Skip to content

Commit

Permalink
Update texgen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
echavemann authored May 20, 2023
1 parent 66ee0ee commit 837172f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/texgen.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: texgen

on:
push:
tags:
- '*.*.*'
# Schedule updates (each hour)
schedule: [{cron: "0 * * * *"}]
# Lines below let you run workflow manually and on each commit
workflow_dispatch:
push: {branches: ["master", "main"]}

jobs:
build_latex:
Expand Down

0 comments on commit 837172f

Please sign in to comment.