Skip to content

Commit 8cfa9e8

Browse files
committed
Trigger tests on push to devel or main branch
1 parent 7d0b4fb commit 8cfa9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
waitForWorklows:
1111
name: Wait for workflows
1212
runs-on: ubuntu-latest
13-
if: github.event.workflow_run.head_branch == 'main'
13+
if: github.event.workflow_run.head_branch == 'main' && github.repository == 'pyccel/pyccel'
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4

0 commit comments

Comments
 (0)