Skip to content

Commit

Permalink
ci(workflow): update GA workflow triggering event
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Sep 25, 2023
1 parent 0c39f19 commit e00b93f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/helm-integration-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Helm Integration Test (release)

on:
workflow_dispatch:
push:
branches:
- release-please--branches--main
tags:
- v*

jobs:
backend:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/integration-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Integration Test (release)

on:
workflow_dispatch:
push:
branches:
- release-please--branches--main
tags:
- v*

jobs:
backend:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/make-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Make All

on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- release-please--branches--main
tags:
- v*

jobs:
make-all:
Expand Down

0 comments on commit e00b93f

Please sign in to comment.