fix(ci): run on prs
This commit is contained in:
parent
e0936be05b
commit
bb25461ade
2 changed files with 5 additions and 4 deletions
5
.github/workflows/aws.yaml
vendored
5
.github/workflows/aws.yaml
vendored
|
|
@ -1,8 +1,9 @@
|
||||||
name: Deploy to AWS S3
|
name: Deploy to AWS S3
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ main ]
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -2,9 +2,9 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ main ]
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue