RootCauseunvalidated
specifying `tags:` explicitly only adds a filter for which tags will trigger the workflow — on: push: paths: - 'document.tex' tags: - '**'. Tension: omitting `tags:` makes the workflow trigger on any tag. Outcome: omitting `tags:` makes the workflow trigger on any tag.
0a17e8b5-7645-4aef-9d83-aff1140109a8
specifying tags: explicitly only adds a filter for which tags will trigger the workflow — on:
push:
paths:
- 'document.tex'
tags:
- '**'. Tension: omitting tags: makes the workflow trigger on any tag. Outcome: omitting tags: makes the workflow trigger on any tag.