Skip to content

Commit 9525f01

Browse files
committed
fix: update workflow triggers
1 parent f2113e3 commit 9525f01

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/license-check.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ name: License Template Check
22

33
on:
44
pull_request:
5-
branches: [main]
65
types:
76
- opened
87
- synchronize
98
- reopened
109
push:
11-
branches: [main]
1210

1311

1412
jobs:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish
22
on:
33
release:
4+
branches: [main]
45
types: [created]
56

67

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: Lint and Test
22
on:
33
pull_request:
4-
branches: [main]
54
types:
65
- opened
76
- synchronize
87
- reopened
98
push:
10-
branches: [main]
119

1210

1311
jobs:

0 commit comments

Comments
 (0)