Skip to content

Commit

Permalink
Maybe default-branch token is not working...
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevon committed Oct 9, 2020
1 parent ec34f51 commit 9abf132
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: CI

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

jobs:
test:
Expand Down

0 comments on commit 9abf132

Please sign in to comment.