Skip to content

Commit

Permalink
reverted pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zees-dev committed Mar 19, 2024
1 parent caf8b14 commit ed6c89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ env:

jobs:
build-image:
# only run if release branch CI build passes or its a push to release branch
if: github.event.workflow_run.conclusion == 'success' || contains(github.ref_name, 'release')
# only run if release branch CI build passes or its a push to main branch
if: github.event.workflow_run.conclusion == 'success' || contains(github.ref_name, 'main') || contains(github.ref_name, 'release')
runs-on: [seed-builder]
permissions:
contents: read
Expand Down

0 comments on commit ed6c89e

Please sign in to comment.