Browse Source

Update GitHub action branch triggers.

See #3456
4.0.x
Mark Paluch 4 weeks ago
parent
commit
f538204bd4
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 4.0.x
on:
workflow_dispatch:
push:
branches: [ main, 4.0.x, 3.5.x, 'issue/**' ]
branches: [ 4.0.x, 'issue/4.0.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: [ 4.0.x, 'issue/4.0.x/**' ]
permissions: read-all

Loading…
Cancel
Save