Skip to content

Commit

Permalink
enable manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Jun 14, 2024
1 parent 0a6e304 commit 51acb89
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@

name: Build latex document from orgmode

on: [push]
on:
push:
branches:
- master
pull_request:
workflow_dispatch:

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

0 comments on commit 51acb89

Please sign in to comment.