We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f719c commit 01ec2b7Copy full SHA for 01ec2b7
1 file changed
.github/workflows/version-check.yml
@@ -4,8 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
- paths:
8
- - "src/github/**"
+ pull_request:
+ release:
9
+ types: [published]
10
11
jobs:
12
github:
0 commit comments