Skip to content

Commit

Permalink
ci: configure a manual release workflow (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmo authored Nov 24, 2024
1 parent 62e9aa5 commit 02e4f13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: RELEASE

on:
push:
branches:
- main
workflow_dispatch:

jobs:
source:
uses: ./.github/workflows/source.yaml
release:
name: release version
runs-on: ubuntu-latest
needs: [source]
permissions:
issues: write
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/source.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: SOURCE

on:
workflow_call:
merge_group:
pull_request:
push:
Expand Down

0 comments on commit 02e4f13

Please sign in to comment.