We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d2c06 commit dfead8cCopy full SHA for dfead8c
.github/workflows/build.yml
@@ -2,9 +2,9 @@ name: build
2
3
on:
4
pull_request:
5
- branches: ['*']
+ branches: [ main ]
6
push:
7
8
tags: ["v[0-9]+*"]
9
10
jobs:
0 commit comments