Skip to content

Commit

Permalink
fix(ci): make it push
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Nov 4, 2023
1 parent fa46790 commit f9afe4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Release
on:
pull_request:
push:
branches: [main]
release:
types: [created]

branches:
- main
tags:
- '*'
jobs:
release-container:
uses: radiorabe/actions/.github/workflows/[email protected]
Expand Down

0 comments on commit f9afe4f

Please sign in to comment.