Skip to content

Commit

Permalink
chore: Update podman.yml workflow conditions for develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed May 8, 2024
1 parent 2af99b9 commit b373961
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:
branches:
- develop
- main
- ci/fix-acc-deploy
workflow_dispatch:

jobs:
deploy-test:
name: Deploy to test environment
environment: Test
runs-on: tst
# if: github.ref == 'refs/heads/develop' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/develop')
if: github.ref == 'refs/heads/develop' || (github.event_name == 'workflow_dispatch' && github.ref != 'refs/heads/main')
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
env:
Expand Down

0 comments on commit b373961

Please sign in to comment.