Skip to content

Commit

Permalink
chore: Use correct head ref
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Dec 3, 2020
1 parent df92cdc commit 30674e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
branch-check:
runs-on: ubuntu-latest

if: github.base_ref == 'development' && contains(github.head_ref, '/development')
if: github.base_ref == 'development' && github.head_ref == 'development'
steps:
- uses: actions/github-script@v3
with:
Expand Down

1 comment on commit 30674e3

@vercel
Copy link

@vercel vercel bot commented on 30674e3 Dec 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.