Skip to content

Commit

Permalink
Change action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
llleixx committed Sep 23, 2024
1 parent 30ae74e commit 4ab8c8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: Release PDF
on:
push:
tags:
- "v*.*.*"
- "v*"
workflow_dispatch:

permissions:
contents: write

jobs:
build:
Expand Down

0 comments on commit 4ab8c8a

Please sign in to comment.