Skip to content

Commit

Permalink
Merge pull request #68 from Dontrian/feature/new-feature
Browse files Browse the repository at this point in the history
put condition in context
  • Loading branch information
Dontrian authored Nov 29, 2023
2 parents aaacc28 + 84af641 commit 9b83b31
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 9b83b31

Please sign in to comment.