Skip to content

Commit

Permalink
Only run test on PR events and create pre-release on new version
Browse files Browse the repository at this point in the history
  • Loading branch information
usimd committed May 14, 2024
1 parent 6f631e5 commit 4a474bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
tag_name: v${{ steps.check.outputs.version }}
generate_release_notes: true
prerelease: false
prerelease: true
draft: false
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: pi-gen-action-unit-tests
on:
push:
branches:
- master
paths-ignore:
- '**.md'
- 'renovate.json'
pull_request:
types: [opened, reopened, synchronize]

jobs:

Expand Down

0 comments on commit 4a474bd

Please sign in to comment.