Skip to content

Commit

Permalink
Adapat CI workflows
Browse files Browse the repository at this point in the history
Set same behaviour for all providers

Signed-off-by: Soule BA <bah.soule@gmail.com>
  • Loading branch information
souleb committed Jan 25, 2024
1 parent 6e50bf5 commit 0bf0cbd
Show file tree
Hide file tree
Showing 3 changed files with 8 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
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: lint

on:
workflow_dispatch:
pull_request:
push:
branches-ignore:
# Do not push events to branches matching refs/heads/main
Expand Down

0 comments on commit 0bf0cbd

Please sign in to comment.