Skip to content

Commit 1336fcb

Browse files
committed
fix: stash and github workflows should run on pr
Signed-off-by: Soule BA <[email protected]>
1 parent 8772525 commit 1336fcb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/e2e-github.yaml

+4-2
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

+3-1
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:

0 commit comments

Comments
 (0)