We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb86472 commit f6a7d41Copy full SHA for f6a7d41
.github/workflows/build-main.yml
@@ -2,6 +2,8 @@ name: build-main
2
on:
3
pull_request:
4
types: [ opened, synchronize ]
5
+ branches:
6
+ - main
7
push:
8
branches:
9
- main
.github/workflows/semantic-pr.yml
@@ -6,6 +6,8 @@ on:
- opened
- edited
- synchronize
10
11
12
jobs:
13
main:
0 commit comments