Skip to content

Commit 62ad162

Browse files
authored
Merge pull request #757 from UWB-Biocomputing/hotfix-issue-756-changes-to-accommodate-new-dev-model
[hotfix-issue-756] Change test actions to work on any PR
2 parents d22f59d + a3144e9 commit 62ad162

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)