Skip to content

Commit ef10501

Browse files
authored
Update main.yml
1 parent 24047ee commit ef10501

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: NodeJS with Webpack
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ main ]
8+
types: [opened, reopened, edited]
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)