Skip to content

Commit

Permalink
fix workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
szeort committed Jul 12, 2024
1 parent e15d4cb commit f8f1ddf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Run-On-Kyma
name: Release Workflow

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
tags:
- 'v*'
workflow_dispatch:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit f8f1ddf

Please sign in to comment.