Skip to content

Commit

Permalink
fix: deploy workflow (#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk Neethling committed May 14, 2022
1 parent 4d918f4 commit e574640
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ on:
- main

jobs:
if: github.event.label.name == 'release'
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

if: github.event.label.name == 'release'
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit e574640

Please sign in to comment.