We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4123c36 commit 559b424Copy full SHA for 559b424
3 files changed
.github/workflows/lint.yml
@@ -1,6 +1,9 @@
1
name: Lint
2
3
on:
4
+ push:
5
+ branches:
6
+ - feature/gapped_operator
7
workflow_dispatch:
8
9
jobs:
.github/workflows/test-e2e.yml
@@ -1,10 +1,9 @@
name: E2E Tests
-# push:
-# branches: [ "main" ]
-# pull_request:
10
.github/workflows/test.yml
name: Tests
0 commit comments