Skip to content

Commit 9ca43cf

Browse files
committed
Change the way the workflow is run
- On pull requests to master and dev. - On push to master and dev. - On `workflow_dispatch`.
1 parent e2a2377 commit 9ca43cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
name: Continuous Integration
22

33
on:
4+
pull_request:
5+
branches:
6+
- '*.*.*'
7+
- 'master'
48
push:
9+
branches:
10+
- '*.*.*'
11+
- 'master'
512
workflow_dispatch:
613

714
jobs:

0 commit comments

Comments
 (0)