Skip to content

Commit

Permalink
Add workflow_dispatch trigger to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seiryIsNotABlock committed Apr 2, 2024
1 parent 3c21a14 commit 1c798ce
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 @@ -3,11 +3,12 @@ name: Download, unzip, test & package latest AirConnect release
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: write
discussions: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c798ce

Please sign in to comment.