Skip to content

Commit

Permalink
Revert "Trigger builds when new tags are pushed"
Browse files Browse the repository at this point in the history
This reverts commit 083ace1.

The intention was to allow tagging a release and then `git describe`
would pick up the new tag name, but unfortunately that doesn't work:
actions/checkout#290

Instead re-running a trunk build is the only way. So, there's no point
letting tags trigger builds.
  • Loading branch information
hikari-no-yume committed Apr 2, 2024
1 parent 321a5cc commit 4cee2ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/touchHLE_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build touchHLE
on:
push:
branches: [ "trunk" ]
tags:
- '*'
pull_request:
branches: [ "trunk" ]

Expand Down

0 comments on commit 4cee2ed

Please sign in to comment.