We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcfcaa commit bf9d354Copy full SHA for bf9d354
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: test
2
3
on:
4
push: # Run on pushes to the default branch
5
- branches: [main, fix_example_cosmos_dbt_build]
+ branches: [main]
6
pull_request_target: # Also run on pull requests originated from forks
7
branches: [main]
8
0 commit comments