Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhverma17 authored Apr 16, 2020
1 parent 9dc1189 commit 3c05e7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build document
on: [push]
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
build_latex:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c05e7a

Please sign in to comment.