We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a876d5f commit 4345c48Copy full SHA for 4345c48
1 file changed
.github/workflows/integration.yml
@@ -1,9 +1,9 @@
1
name: continuous-integration
2
3
on:
4
- - push:
5
- - pull_request:
6
- - workflow_call:
+ push:
+ pull_request:
+ workflow_call:
7
8
jobs:
9
0 commit comments