1
0
mirror of synced 2026-05-22 20:23:18 +00:00

Update GitHub action branch triggers.

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