We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540ec7e commit 6c61899Copy full SHA for 6c61899
.github/workflows/ci.yaml
@@ -7,6 +7,8 @@ on:
7
pull_request:
8
branches:
9
- main
10
+ workflow_call:
11
+ # But don't trigger on tags, as they are covered by the "release.yaml" workflow
12
13
jobs:
14
check:
0 commit comments