Skip to content

Commit 79be779

Browse files
gabrielcsapojantimon
authored andcommitted
[chore] changes actions to run on pull_requests
1 parent b7e5859 commit 79be779

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
2-
on: [push]
2+
push:
3+
branches: [main]
4+
pull_request:
5+
branches: [main]
36
jobs:
47
build:
58
name: test Node ${{ matrix.node }} Webpack ${{ matrix.webpack }} ${{ matrix.os }}

0 commit comments

Comments
 (0)