Skip to content

Commit

Permalink
fix - Release condition
Browse files Browse the repository at this point in the history
  • Loading branch information
GtheSheep authored Oct 2, 2024
1 parent 1a63ac9 commit 308b46b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Release
# This GitHub action creates a release when a tag that matches the pattern
# "v*" (e.g. v0.1.0) is created.
on:
pull_request:
branches:
- 'main'
push:
tags:
- 'v*'

# Releases need permissions to read and write the repository contents.
# GitHub considers creating releases and uploading assets as writing contents.
Expand Down

0 comments on commit 308b46b

Please sign in to comment.