Verified Commit 157a263b authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Correct trigger in GH actions

Accidentally left testing branch name in actions, switched to
triggering on release tags.
parent 5d352f60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Pages

on:
  push:
    branches: [test]
    tags: ["v[0-9]+.[0-9]+.[0-9]+"]

jobs:
  build: