Skip to content

Commit

Permalink
Amend tag workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
leehart committed Sep 28, 2023
1 parent 19b7698 commit 7020128
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tag_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: tag_docs
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+':
branches:
- main
jobs:
tag_docs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Eyeball GitHub tag
run: |
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
echo "Tag name from github.ref_name: ${{ github.ref_name }}"
echo "Tag name from GITHUB_REF: ${{ github.ref }}"

0 comments on commit 7020128

Please sign in to comment.