Skip to content

Commit b5c520b

Browse files
committed
Make sure the ctest.yaml run on develop branch independently.
1 parent aeac1ce commit b5c520b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ctest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
# Triggers the workflow on push or pull request events but only for the main branch
88
workflow_call:
99
push:
10-
branches: [ main ]
10+
branches: [ develop ]
1111
pull_request:
12-
branches: [ main ]
12+
branches: [ develop ]
1313

1414
# Allows you to run this workflow manually from the Actions tab
1515
workflow_dispatch:

0 commit comments

Comments
 (0)