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.
2 parents 2d051fa + 2622536 commit eb175c4Copy full SHA for eb175c4
.github/workflows/build.yaml
@@ -4,7 +4,12 @@ defaults:
4
run:
5
shell: bash -leo pipefail {0}
6
7
-on: [push, pull_request]
+on:
8
+ push:
9
+ branches:
10
+ - master
11
+ pull_request:
12
+ types: [opened, synchronize, reopened]
13
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/test.yaml
0 commit comments