Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 7, 2022
1 parent 8faeb1f commit c244656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
#--------------------------------------------------#
Build:
runs-on: ubuntu-latest
if: startsWith(github.head_ref, "env/") == true
if: ${{ startsWith(github.head_ref, 'env/') }}

needs:
- Setup
Expand Down

0 comments on commit c244656

Please sign in to comment.