Skip to content

Commit

Permalink
update build action for g1.* for full-describe-gns3
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhakh committed Jan 5, 2021
1 parent 6e8fe6b commit b913f91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build resource CI

on:
push:
tags: [ v*, 1.* ]
tags: [ g1.* ]
# branches: [ master ]
# pull_request:
# branches: [ master ]
Expand All @@ -27,9 +27,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: Release for GNS3 ${{ github.ref }}
draft: false
prerelease: false
prerelease: true

- name: Build the Latex
run: |
Expand Down

0 comments on commit b913f91

Please sign in to comment.