Skip to content

Commit 886358f

Browse files
committed
ci: include next-major in release gate
1 parent 8e2285f commit 886358f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
contents: read
3838
if:
3939
${{ github.repository == 'epicweb-dev/client-hints' &&
40-
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
40+
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/next-major,refs/heads/alpha',
4141
github.ref) && github.event_name == 'push' }}
4242
steps:
4343
- name: ⬇️ Checkout repo
@@ -74,7 +74,7 @@ jobs:
7474
pull-requests: write # to be able to comment on released pull requests
7575
if:
7676
${{ github.repository == 'epicweb-dev/client-hints' &&
77-
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
77+
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/next-major,refs/heads/alpha',
7878
github.ref) && github.event_name == 'push' }}
7979
steps:
8080
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)