We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24eb8f6 commit 11490a9Copy full SHA for 11490a9
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: Continuous Integration and Deployment
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ master ]
6
7
permissions:
8
contents: write
.github/workflows/pr-ci.yml
@@ -2,7 +2,7 @@ name: Pull Request CI
pull_request:
permissions: read-all
0 commit comments