Skip to content

Commit

Permalink
revert trigger on each pr
Browse files Browse the repository at this point in the history
  • Loading branch information
hebelsan committed Jan 5, 2024
1 parent 56cd412 commit ab1f8d6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
# SPDX-License-Identifier: Apache-2.0
name: Publish k8s sidecar image

#on:
# push:
# tags:
# - "*" # triggers only if push new tag version, like `0.8.4
on:
pull_request:
push:
tags:
- "*" # triggers only if push new tag version, like `0.8.4

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit ab1f8d6

Please sign in to comment.