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
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -2,9 +2,9 @@ name: CI
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue