Skip to content

Commit

Permalink
Fix pipeline triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveModding committed Sep 17, 2024
1 parent 4128daa commit 6648c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
push:
tags:
- "v*"
tags-ignore:
- "testing_*"

# So we can use the GitHub API to create releases with the run token.
permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Test Release

# Add a concurrency group incase a tag is created, deleted, and then recreated while a release is in progress.
concurrency:
Expand All @@ -16,7 +16,7 @@ permissions:
contents: write

jobs:
Release:
TestRelease:
if: github.event.pull_request.draft == false # Ignore draft PRs
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit 6648c0b

Please sign in to comment.