We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d7304 commit 73a77c5Copy full SHA for 73a77c5
2 files changed
.github/workflows/master-2.yml
@@ -2,10 +2,9 @@ name: Master CI v2
2
3
on:
4
push:
5
- branches: [master-2]
6
- pull_request_target:
7
8
- types: [opened, synchronize, reopened]
+ branches: [ master-2 ]
+ pull_request:
9
10
jobs:
11
build-scan:
.github/workflows/master.yml
@@ -2,10 +2,9 @@ name: Master CI v1
- branches: [master]
+ branches: [ master ]
0 commit comments