Skip to content

Commit

Permalink
ci: do pod push ofter release created (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored Apr 16, 2024
1 parent 5d630c5 commit 9f6f439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: ci
on:
push:
branches: [ master, main ]
tags: [ '[1-9]+.[0-9]+.[0-9]+*' ]
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
release:
workflow_dispatch:
repository_dispatch:

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

release:
name: Release
if: startsWith(github.ref, 'refs/tags')
if: github.event_name == 'release'
needs: samples
runs-on: macOS-latest
steps:
Expand Down

0 comments on commit 9f6f439

Please sign in to comment.