Skip to content

Commit

Permalink
Fixed workflow tag
Browse files Browse the repository at this point in the history
  • Loading branch information
radinshayanfar authored Nov 23, 2022
1 parent 3b14404 commit 2dbd08d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build LaTeX document
on: [push]
on:
push:
tags:
- "v*"
jobs:
build_latex:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2dbd08d

Please sign in to comment.