Skip to content

Commit b0dc201

Browse files
authored
Trigger on target branches (#47)
1 parent ac427df commit b0dc201

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/lint.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ on:
88
- main
99
- 'release-**'
1010
pull_request:
11-
types:
12-
- opened
13-
- edited
14-
- reopened
11+
branches:
12+
- main
13+
- 'release-**'
1514

1615
env:
1716
FORCE_COLOR: true

.github/workflows/mage.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ on:
88
- main
99
- 'release-**'
1010
pull_request:
11-
types:
12-
- opened
13-
- edited
14-
- reopened
11+
branches:
12+
- main
13+
- 'release-**'
1514

1615
env:
1716
FORCE_COLOR: true

0 commit comments

Comments
 (0)