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

Update GitHub action branch triggers.

See #3245
This commit is contained in:
Mark Paluch
2026-02-19 14:46:36 +01:00
parent 93363c9e04
commit ce54645bbe
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
name: CI Build
name: CI 6.0.x
on:
workflow_dispatch:
push:
branches: [ main, 6.0.x, 5.5.x, 'issue/**' ]
branches: [ 6.0.x, 'issue/6.0.x/**' ]
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: [ 6.0.x, 'issue/6.0.x/**' ]
permissions: read-all