Skip to content

Commit

Permalink
Update CW24_lightning_talk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteyn committed Apr 17, 2024
1 parent ba33003 commit fe5f8ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CW24_lightning_talk.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build slide for CW24 lightning talk
on: [push, pull_request]
on:
push:
tags:
- '*'
jobs:
build_latex:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -28,6 +31,7 @@ jobs:
- name: Push tag
run: git push origin --tags
- name: Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v2
with:
files: cw24.pdf
Expand Down

0 comments on commit fe5f8ea

Please sign in to comment.