Skip to content

Commit

Permalink
maybe trigger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnKas committed Dec 9, 2024
1 parent 48003f0 commit c430bf3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/Docs deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Build & Deploy docs

on:
push:
tags: Want to do this ultimately, but keeping it pushing for now
- 'V[0-9]+.[0-9]+.[0-9]+'
push:
tags:
- '*' # This will trigger on any tag push, regardless of changes
branches:
- master # This branch filter applies only to the paths below
paths:
- '.github/workflows/**' # This path filter only applies to branch pushes, not tags

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit c430bf3

Please sign in to comment.