Skip to content

Commit

Permalink
Merge pull request #66 from Dontrian/feature/new-feature
Browse files Browse the repository at this point in the history
invert condition
  • Loading branch information
Dontrian authored Nov 29, 2023
2 parents ca017e3 + 46892ac commit 3dc0cb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
bump-version:
if: ${{ github.head_ref }} == "develop"
if: ${{ github.head_ref }} != "develop"
name: Is pull request from develop

runs-on: ubuntu-latest #self-hosted
Expand Down

0 comments on commit 3dc0cb5

Please sign in to comment.