Skip to content

Commit

Permalink
fix(ci): run test on everything so CI updates properly
Browse files Browse the repository at this point in the history
  • Loading branch information
zikeji committed Oct 19, 2020
1 parent 606a46c commit 169ba06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ name: test

on:
push:
branches-ignore:
- main
pull_request:

jobs:
test:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 169ba06

Please sign in to comment.