ci: only run when pushed to main
This commit is contained in:
parent
61279f6d00
commit
15908b542d
|
@ -1,6 +1,8 @@
|
|||
name: bundlewatch
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
name: lint
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue