Skip to content

Commit 559b424

Browse files
committed
updated workflows to work on current feature-branch
1 parent 4123c36 commit 559b424

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Lint
22

33
on:
4+
push:
5+
branches:
6+
- feature/gapped_operator
47
workflow_dispatch:
58

69
jobs:

.github/workflows/test-e2e.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: E2E Tests
22

33
on:
4-
# push:
5-
# branches: [ "main" ]
6-
# pull_request:
7-
# branches: [ "main" ]
4+
push:
5+
branches:
6+
- feature/gapped_operator
87
workflow_dispatch:
98

109
jobs:

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Tests
22

33
on:
4+
push:
5+
branches:
6+
- feature/gapped_operator
47
workflow_dispatch:
58

69
jobs:

0 commit comments

Comments
 (0)