Skip to content

Commit

Permalink
Fix job if logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
davereid committed Apr 26, 2024
1 parent 36d5798 commit de6b785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DrainpipeDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ permissions:

jobs:
Drainpipe-Dev:
name: Push branch or tag to drainpipe-dev
if: ${{ github.event_name == 'push' }}
name: Push to drainpipe-dev
if: ${{ github.event_name != 'delete' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit de6b785

Please sign in to comment.