Skip to content

Commit 3e0871e

Browse files
BuonOmorafiss
authored andcommitted
workflow: trigger tests on master
1 parent 9c46141 commit 3e0871e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
name: Test
55

66
on:
7+
push:
8+
branches: [master]
79
# Triggers the workflow on pull request events.
810
pull_request:
911
types: [opened, reopened, synchronize]
@@ -13,7 +15,7 @@ on:
1315

1416
# This allows a subsequently queued workflow run to interrupt previous runs.
1517
concurrency:
16-
group: '${{ github.workflow }} @ ${{ github.ref }}'
18+
group: '${{ github.workflow }} @ ${{ github.ref }}'
1719
cancel-in-progress: true
1820

1921
jobs:

0 commit comments

Comments
 (0)