Skip to content

Commit

Permalink
Merge pull request #1339 from watchdogpolska/dev_ext
Browse files Browse the repository at this point in the history
Update web_image_buil_and_push.yml
  • Loading branch information
PiotrIw authored Sep 26, 2023
2 parents 553338d + 668bf96 commit a4181e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web_image_buil_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && (github.ref == 'master' || github.ref == 'refs/heads/develop')
if: github.event.pull_request.merged == true && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop')
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a4181e7

Please sign in to comment.