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 384fc82 commit 1f38ba1Copy full SHA for 1f38ba1
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI Workflow
3
on:
4
# Run CI on push only for 'main' branch
5
push:
6
- branches: [main]
+ branches: [master]
7
tags:
8
- "v*"
9
# Run CI on pull request for all branches
0 commit comments