Browse Source

Update GitHub action branch triggers.

See #3457
3.5.x
Mark Paluch 4 weeks ago
parent
commit
342bf0ecb9
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 4
      .github/workflows/ci.yml
  2. 2
      .github/workflows/snapshots.yml

4
.github/workflows/ci.yml

@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
name: CI Build
name: CI 3.5.x
on:
workflow_dispatch:
push:
branches: [ main, 4.0.x, 3.5.x, 'issue/**' ]
branches: [ 3.5.x, 'issue/3.5.x/**' ]
permissions: read-all

2
.github/workflows/snapshots.yml

@ -3,7 +3,7 @@ name: Snapshots @@ -3,7 +3,7 @@ name: Snapshots
on:
workflow_dispatch:
push:
branches: [ main, 4.0.x, 3.5.x, 'issue/**' ]
branches: [ 3.5.x, 'issue/3.5.x/**' ]
permissions: read-all

Loading…
Cancel
Save