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 9c46141 commit 3e0871eCopy full SHA for 3e0871e
.github/workflows/ci.yml
@@ -4,6 +4,8 @@
4
name: Test
5
6
on:
7
+ push:
8
+ branches: [master]
9
# Triggers the workflow on pull request events.
10
pull_request:
11
types: [opened, reopened, synchronize]
@@ -13,7 +15,7 @@ on:
13
15
14
16
# This allows a subsequently queued workflow run to interrupt previous runs.
17
concurrency:
- group: '${{ github.workflow }} @ ${{ github.ref }}'
18
+ group: '${{ github.workflow }} @ ${{ github.ref }}'
19
cancel-in-progress: true
20
21
jobs:
0 commit comments