Skip to content

Commit 29997d1

Browse files
committed
Update GitHub action branch triggers.
See #3244
1 parent 2c77df6 commit 29997d1

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 main
22

33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main, 6.0.x, 5.5.x, 'issue/**' ]
6+
branches: [ main, 'issue/**' ]
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, 6.0.x, 5.5.x, 'issue/**' ]
6+
branches: [ main, 'issue/**' ]
77

88
permissions: read-all
99

0 commit comments

Comments
 (0)