Skip to content

Commit

Permalink
chore: fix condition on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeyper committed Mar 11, 2021
1 parent e5b7324 commit e4dda79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
needs: main
runs-on: ubuntu-latest
if:
${{ github.repository == 'testing-library/react-hooks-testing-library' &&
${{ github.repository == 'OpenSourceRaidGuild/babel-vite' &&
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
github.ref) && github.event_name == 'push' }}
steps:
Expand Down

0 comments on commit e4dda79

Please sign in to comment.