Skip to content

Commit

Permalink
Try to change the branches syntax to the documented version
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Aug 20, 2020
1 parent 50745f1 commit 3fd97e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-default-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ name: CI
# events but only for the master branch
on:
push:
branches: [ master gis-based-mode-detection ]
branches:
- master
- gis-based-mode-detection
pull_request:
branches: [ master gis-based-mode-detection ]
branches:
- master
- gis-based-mode-detection

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 3fd97e1

Please sign in to comment.