Skip to content

Commit ea44846

Browse files
committed
chore: fix release ignore
1 parent 587277a commit ea44846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
if:
5252
${{ github.repository == 'kentcdodds/babel-plugin-codegen' &&
53-
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
53+
contains('refs/heads/master,refs/heads/beta,refs/heads/next,refs/heads/alpha',
5454
github.ref) && github.event_name == 'push' }}
5555
steps:
5656
- name: 🛑 Cancel Previous Runs

0 commit comments

Comments
 (0)