Skip to content

Commit a3144e9

Browse files
committed
Actions changed to now work for any pull request
So, all tests will run for any PR.
1 parent d22f59d commit a3144e9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ on:
1010
paths:
1111
- '**.cpp'
1212
- '**.h'
13-
branches:
14-
- master
15-
- development
13+
types: [opened, synchronize, reopened]
1614

1715
jobs:
1816
deploy:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ master,development ]
66
pull_request:
7-
branches: [ master,development ]
7+
types: [opened, synchronize, reopened]
88

99
defaults:
1010
run:

0 commit comments

Comments
 (0)