Skip to content

Commit

Permalink
ci: use right triggers for the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Oct 30, 2023
1 parent 3239580 commit da6382a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name: binaries

"on":
push:
pull_request:
branches:
- master
pull_request:
push:
branches:
- master
tags:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name: changes

"on":
push:
pull_request:
branches:
- master
pull_request:
push:
branches:
- master

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name: docker

"on":
push:
pull_request:
branches:
- master
pull_request:
push:
branches:
- master
tags:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name: docs

"on":
push:
pull_request:
branches:
- master
pull_request:
push:
branches:
- master

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name: general

"on":
push:
pull_request:
branches:
- master
pull_request:
push:
branches:
- master

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kustomize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name: kustomize

"on":
push:
pull_request:
branches:
- master
pull_request:
push:
branches:
- master

Expand Down

0 comments on commit da6382a

Please sign in to comment.