Skip to content

Commit

Permalink
Merge pull request #77 from Dontrian/feature/new-feature
Browse files Browse the repository at this point in the history
Fix rule
  • Loading branch information
Dontrian authored Dec 4, 2023
2 parents 9b9e1ec + 24f0a62 commit 5325092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Check that pull request is from develop
run: |
if github.head_ref == 'develop'
if ${{github.head_ref}} == 'develop'
then
echo Pull request is from develop ✔
exit 0
Expand Down

0 comments on commit 5325092

Please sign in to comment.