Skip to content

Commit

Permalink
Ensure PR targeting main
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Oct 7, 2024
1 parent 1a9ad49 commit 9a9aea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CI/CD [Main]

on:
pull_request:
branches:
- chore/ui_callable_workflows
branches: # PRs to the following branches will trigger the workflow
- main
paths:
- ".github/workflows/**"
- "Dockerfile"
Expand Down

0 comments on commit 9a9aea9

Please sign in to comment.