Skip to content

Commit

Permalink
General - fix ci workflow checkout main branch not master (new github…
Browse files Browse the repository at this point in the history
… thingy)
  • Loading branch information
Patrik  Jánosdeák committed Oct 20, 2020
1 parent ddfd67a commit dc4347b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: ci
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
ci:
Expand All @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: checkout
uses: actions/checkout@master
uses: actions/checkout@main

- name: cache node_modules
uses: actions/cache@v1
Expand Down

0 comments on commit dc4347b

Please sign in to comment.