Skip to content

Commit

Permalink
Revert "Temporarily disable deployments"
Browse files Browse the repository at this point in the history
This reverts commit bb151c0.
  • Loading branch information
mbeckem committed Sep 27, 2023
1 parent 3d14724 commit 5b4bba7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:

- name: Upload artifact
uses: actions/upload-artifact@v3
if: false
with:
name: build
path: dist/
Expand All @@ -66,7 +65,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

deploy:
if: false && github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
timeout-minutes: 5
needs: test
Expand Down

0 comments on commit 5b4bba7

Please sign in to comment.