We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8772525 commit 1336fcbCopy full SHA for 1336fcb
.github/workflows/e2e-github.yaml
@@ -2,9 +2,11 @@ name: e2e-github
2
3
on:
4
workflow_dispatch:
5
+ pull_request:
6
push:
- branches: [ '*' ]
7
- tags-ignore: [ '*' ]
+ branches:
8
+ - main
9
+ tags-ignore: ["*"]
10
11
jobs:
12
test:
.github/workflows/e2e-stash.yaml
@@ -2,8 +2,10 @@ name: e2e-stash
- branches: ["*"]
tags-ignore: ["*"]
0 commit comments