Skip to content

Commit

Permalink
Revert "fix: update GHA workflow to only deploy commits to master or …
Browse files Browse the repository at this point in the history
…main (#2…"

This reverts commit a868fa5.
  • Loading branch information
chrismikkel committed Jul 5, 2024
1 parent 17f6956 commit bdc80ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ jobs:
deploy_job:
runs-on: ubuntu-latest
name: Deploy app to Contentful
if: contains(github.ref, 'main') || contains(github.ref, 'master')
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
Expand Down

0 comments on commit bdc80ca

Please sign in to comment.