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 ddfe989 commit 3f7085cCopy full SHA for 3f7085c
.github/workflows/build.yml
@@ -5,7 +5,7 @@ on:
5
branches: ['*'] # Trigger on push events for all branches
6
tags-ignore: ['*'] # Ignore push events on all tags
7
pull_request:
8
- branches: ['master'] # Trigger on pull requests to master
+ branches: ['main'] # Trigger on pull requests to main
9
workflow_dispatch: # Allow manual triggering of workflow
10
11
jobs:
0 commit comments