Skip to content

Commit

Permalink
Try without branch criterion in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leehart committed Sep 28, 2023
1 parent 7020128 commit 82221b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tag_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+':
branches:
- main
jobs:
tag_docs:
runs-on: ubuntu-latest
steps:
- name: Eyeball GitHub tag
run: |
echo "Tag name from GITHUB_REF: ${{ github.ref }}"
run: echo "Tag name from GITHUB_REF: ${{ github.ref }}"

0 comments on commit 82221b0

Please sign in to comment.