Skip to content

Commit

Permalink
Add manual trigger & fix version change check
Browse files Browse the repository at this point in the history
  • Loading branch information
infamousjoeg authored Jun 16, 2024
1 parent 5416453 commit f80dc1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
check-version-change:
runs-on: ubuntu-latest
outputs:
version_changed: ${{ steps.version_changed.outputs.changed }}
version_changed: ${{ steps.version_changed.outputs.version }}

steps:
- name: Checkout code
Expand Down

0 comments on commit f80dc1f

Please sign in to comment.