Skip to content

Commit 2cc5eb6

Browse files
committed
Update GitHub action branch triggers.
See #5162
1 parent 8c65ddb commit 2cc5eb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: CI Build
1+
name: CI 5.0.x
22

33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main, 5.0.x, 4.5.x, 'issue/**' ]
6+
branches: [ 5.0.x, 'issue/5.0.x/**' ]
77

88
permissions: read-all
99

.github/workflows/snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Snapshots
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main, 5.0.x, 4.5.x, 'issue/**' ]
6+
branches: [ 5.0.x, 'issue/5.0.x/**' ]
77

88
permissions: read-all
99

0 commit comments

Comments
 (0)