We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb78ee commit dd75553Copy full SHA for dd75553
.github/workflows/build-deploy.yml
@@ -4,7 +4,7 @@ on:
4
push: # No branches filter, so runs on all branches
5
pull_request:
6
types: [ closed ] # Trigger on PR close
7
- branches: [ main ] # Only for PRs targeting main branch
+ branches: [ master ] # Only for PRs targeting master branch
8
9
jobs:
10
test-api:
0 commit comments