Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward authored Oct 18, 2023
1 parent e9426b3 commit 928bf25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
build:
if: github.ref != 'refs/heads/main'
if: github.ref != 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -24,7 +24,7 @@ jobs:
npm run build
release:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
Expand Down

0 comments on commit 928bf25

Please sign in to comment.