Skip to content

Commit

Permalink
update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
kkerti committed Apr 20, 2021
1 parent c58982a commit 2f2d647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
if: github.event.base_ref == 'refs/heads/stable'
if: github.ref == 'refs/heads/stable'
name: Build Stable Grid Editor
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 2f2d647

Please sign in to comment.