Skip to content

Commit

Permalink
fix: update GHA workflow to only deploy commits to master or main (#2319
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ivo-toby committed Jan 16, 2023
1 parent d0fc6ff commit a868fa5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ 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 a868fa5

Please sign in to comment.