Skip to content

Commit 9f43b0a

Browse files
committed
chore: include release stage of build on master branch
1 parent 6c3905e commit 9f43b0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/validate.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
runs-on: ubuntu-latest
5252
if:
5353
${{ github.repository == 'testing-library/react-hooks-testing-library' &&
54-
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha', github.ref) &&
55-
github.event_name == 'push' }}
54+
contains('refs/heads/master,refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
55+
github.ref) && github.event_name == 'push' }}
5656
steps:
5757
- name: 🛑 Cancel Previous Runs
5858
uses: styfle/[email protected]
@@ -84,6 +84,7 @@ jobs:
8484
branches: |
8585
[
8686
'+([0-9])?(.{+([0-9]),x}).x',
87+
'master',
8788
'main',
8889
'next',
8990
'next-major',

0 commit comments

Comments
 (0)