Skip to content

Commit

Permalink
feat: Enable workflow_dispatch to trigger pipeline manually
Browse files Browse the repository at this point in the history
  • Loading branch information
cheriimoya committed Aug 23, 2023
1 parent f078b04 commit cb56c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
paths:
- "**/paper.tex"
workflow_dispatch:
jobs:
render:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cb56c93

Please sign in to comment.