Skip to content

Commit

Permalink
chore: update workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Oct 25, 2021
1 parent 873d75b commit 9c9786a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: CI
on:
push:
branches: [main]
branches:
- main
pull_request:
branches: [main]
branches:
- main
jobs:
build:
name: test Node ${{ matrix.node }} Webpack ${{ matrix.webpack }} ${{ matrix.os }}
Expand Down

0 comments on commit 9c9786a

Please sign in to comment.