don't run actions workflows whenever a new tag is created
All checks were successful
Actions / Build Documentation (push) Successful in 13s
Actions / Build Export Files (push) Successful in 4s

This commit is contained in:
SeaswimmerTheFsh 2024-03-11 15:59:38 -04:00
parent 108f5ab572
commit ba0949c405
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -1,5 +1,9 @@
name: Actions name: Actions
on: [push] on:
push:
branches:
- 'master'
pull_request:
jobs: jobs:
Build Documentation: Build Documentation:
runs-on: docker runs-on: docker