Skip to content

Commit 4345c48

Browse files
authored
MAINT: Fix workflow trigger (#184)
1 parent a876d5f commit 4345c48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: continuous-integration
22

33
on:
4-
- push:
5-
- pull_request:
6-
- workflow_call:
4+
push:
5+
pull_request:
6+
workflow_call:
77

88
jobs:
99

0 commit comments

Comments
 (0)