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 f2113e3 commit 9525f01Copy full SHA for 9525f01
.github/workflows/license-check.yaml
@@ -2,13 +2,11 @@ name: License Template Check
2
3
on:
4
pull_request:
5
- branches: [main]
6
types:
7
- opened
8
- synchronize
9
- reopened
10
push:
11
12
13
14
jobs:
.github/workflows/publish.yml
@@ -1,6 +1,7 @@
1
name: Publish
release:
+ branches: [main]
types: [created]
.github/workflows/test.yaml
@@ -1,13 +1,11 @@
name: Lint and Test
0 commit comments