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 7a2e770 commit 403e7c0Copy full SHA for 403e7c0
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: Main (test, releases)
2
on:
3
# # Indicates I want to run this workflow on all branches, PR, and tags
4
push:
5
- branches: ["*"]
+ branches: ["master"]
6
tags: ["*"]
7
pull_request:
8
branches: [ "master" ]
0 commit comments