mirror of
https://github.com/vercel/commerce.git
synced 2025-05-14 05:37:51 +00:00
Enable test for each pull request and main merge
This commit is contained in:
parent
1551b17900
commit
9de582806f
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: test
|
name: test
|
||||||
on: pull_request
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user