Skip to content

Commit

Permalink
seems that $default-branch doesn't work in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Apr 19, 2022
1 parent 7615100 commit 0cc1d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Run all tests

on:
push:
branches: [ $default-branch ]
branches: [ master ]
pull_request:
branches: [ $default-branch ]
branches: [ master ]

jobs:
test:
Expand Down

0 comments on commit 0cc1d69

Please sign in to comment.