We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c49724 commit c1f7becCopy full SHA for c1f7bec
2 files changed
.github/workflows/e2e-api-tests.yaml
@@ -3,7 +3,12 @@ name: Runs E2E API Tests
3
on:
4
push:
5
branches:
6
- - '*'
+ - dev
7
+ - main
8
+ pull_request:
9
+ branches:
10
11
12
13
jobs:
14
build:
.github/workflows/lint.yaml
@@ -3,7 +3,12 @@ name: Lint & build
lint_and_build:
0 commit comments