Skip to content

Commit

Permalink
🔄 synced local '.github/workflows/release.yml' with remote '.github/w…
Browse files Browse the repository at this point in the history
…orkflows/release.yml'
  • Loading branch information
N6REJ committed May 21, 2023
1 parent e68e488 commit 4aa3470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Package and release

# we need to let GitHub know _when_ we want to release, typically only when we create a new tag.
# this will target only tags, and not all pushes to the master branch.
# this will target only tags, and not all pushes to the main branch.
# this part can be heavily customized to your liking, like targeting only tags that match a certain word,
# other branches or even pullrequests.
# other branches or even pull requests.
on:
push:
tags:
Expand Down

0 comments on commit 4aa3470

Please sign in to comment.