Skip to content

Commit 0bf0cbd

Browse files
committed
Adapat CI workflows
Set same behaviour for all providers Signed-off-by: Soule BA <[email protected]>
1 parent 6e50bf5 commit 0bf0cbd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/e2e-github.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: e2e-github
22

33
on:
44
workflow_dispatch:
5+
pull_request:
56
push:
6-
branches: [ '*' ]
7-
tags-ignore: [ '*' ]
7+
branches:
8+
- main
9+
tags-ignore: ["*"]
810

911
jobs:
1012
test:

.github/workflows/e2e-stash.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: e2e-stash
22

33
on:
44
workflow_dispatch:
5+
pull_request:
56
push:
6-
branches: ["*"]
7+
branches:
8+
- main
79
tags-ignore: ["*"]
810

911
jobs:

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: lint
22

33
on:
44
workflow_dispatch:
5+
pull_request:
56
push:
67
branches-ignore:
78
# Do not push events to branches matching refs/heads/main

0 commit comments

Comments
 (0)