Skip to content

Commit

Permalink
fix: stash and github workflows should run on pr
Browse files Browse the repository at this point in the history
Signed-off-by: Soule BA <soule@weave.works>
  • Loading branch information
souleb committed Oct 11, 2023
1 parent 8772525 commit 1336fcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: e2e-github

on:
workflow_dispatch:
pull_request:
push:
branches: [ '*' ]
tags-ignore: [ '*' ]
branches:
- main
tags-ignore: ["*"]

jobs:
test:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/e2e-stash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: e2e-stash

on:
workflow_dispatch:
pull_request:
push:
branches: ["*"]
branches:
- main
tags-ignore: ["*"]

jobs:
Expand Down

0 comments on commit 1336fcb

Please sign in to comment.