Skip to content

Commit 74da55c

Browse files
committed
Run on main too
1 parent adeb4bb commit 74da55c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/api-compat-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: API compatibility verification
33
on:
44
pull_request:
55
types: [ opened, synchronize, reopened, labeled, unlabeled ]
6-
branches: [ '*-main' ]
6+
branches: [ main, '*-main' ]
77

88
jobs:
99
api-compat-verification:

.github/workflows/artifact-size-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Artifact Size Metrics
22
on:
33
pull_request:
44
types: [ opened, synchronize, reopened, labeled, unlabeled ]
5-
branches: [ '*-main' ]
5+
branches: [ main, '*-main' ]
66
release:
77
types: [published]
88

.github/workflows/changelog-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Changelog verification
33
on:
44
pull_request:
55
types: [ opened, synchronize, reopened, labeled, unlabeled ]
6-
branches: [ '*-main' ]
6+
branches: [ main, '*-main' ]
77

88
jobs:
99
changelog-verification:

0 commit comments

Comments
 (0)