Skip to content

Commit

Permalink
Tweak trigger events
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed May 12, 2024
1 parent 049a8b7 commit 1368998
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Bump version

on:
pull_request:
types:
- closed
branches:
- main
types:
- closed

jobs:
bump-version:
if: github.event.pull_request.merged && contains(github.event.pull_request.labels.*.name, 'dependencies')
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: CI

on:
pull_request:
branches:
- "**"
push:
branches:
- "**"
- main
pull_request: {}

jobs:
test-kubernetes:
Expand Down

0 comments on commit 1368998

Please sign in to comment.