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 2b7ed1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: e2e-github

on:
workflow_dispatch:
pull_request:
push:
branches: [ '*' ]
tags-ignore: [ '*' ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-stash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: e2e-stash

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

0 comments on commit 2b7ed1b

Please sign in to comment.