Skip to content

Commit

Permalink
[chore] changes actions to run on pull_requests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcsapo authored and jantimon committed Oct 18, 2021
1 parent b7e5859 commit 79be779
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
@@ -1,5 +1,8 @@
name: CI
on: [push]
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: test Node ${{ matrix.node }} Webpack ${{ matrix.webpack }} ${{ matrix.os }}
Expand Down

0 comments on commit 79be779

Please sign in to comment.