Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
Allow manual execution of workflow
  • Loading branch information
ceciliachan1979 authored Oct 3, 2023
1 parent 3126c94 commit d71810a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build LaTeX document
on: [push]
on: [push, workflow_dispatch]
jobs:
build_latex:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
pde.pdf
Ufd.pdf
GK.pdf
DifferentialForm.pdf
DifferentialForm.pdf

0 comments on commit d71810a

Please sign in to comment.