Skip to content

Commit c1f7bec

Browse files
committed
Run GH Actions on PR
1 parent 8c49724 commit c1f7bec

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/e2e-api-tests.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: Runs E2E API Tests
33
on:
44
push:
55
branches:
6-
- '*'
6+
- dev
7+
- main
8+
pull_request:
9+
branches:
10+
- dev
11+
- main
712

813
jobs:
914
build:

.github/workflows/lint.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: Lint & build
33
on:
44
push:
55
branches:
6-
- '*'
6+
- dev
7+
- main
8+
pull_request:
9+
branches:
10+
- dev
11+
- main
712

813
jobs:
914
lint_and_build:

0 commit comments

Comments
 (0)