1
0
mirror of synced 2026-08-03 15:36:55 +00:00

Update GitHub action branch triggers.

See #3244
This commit is contained in:
Mark Paluch
2026-02-19 14:47:21 +01:00
parent 2c77df67c3
commit 29997d114d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
name: CI Build
name: CI main
on:
workflow_dispatch:
push:
branches: [ main, 6.0.x, 5.5.x, 'issue/**' ]
branches: [ main, 'issue/**' ]
permissions: read-all
+1 -1
View File
@@ -3,7 +3,7 @@ name: Snapshots
on:
workflow_dispatch:
push:
branches: [ main, 6.0.x, 5.5.x, 'issue/**' ]
branches: [ main, 'issue/**' ]
permissions: read-all