mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Run GH Actions on PR
This commit is contained in:
parent
8c49724063
commit
c1f7bec6c7
7
.github/workflows/e2e-api-tests.yaml
vendored
7
.github/workflows/e2e-api-tests.yaml
vendored
@ -3,7 +3,12 @@ name: Runs E2E API Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- dev
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
7
.github/workflows/lint.yaml
vendored
7
.github/workflows/lint.yaml
vendored
@ -3,7 +3,12 @@ name: Lint & build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- dev
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
|
||||
jobs:
|
||||
lint_and_build:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user