Revert changes to workflow

Removed 'fix/**' branch from push triggers.
pull/5392/head
Nick O'Leary 2026-01-07 15:11:57 +00:00 committed by GitHub
parent 4ada84d314
commit 3e065b56ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -2,10 +2,9 @@ name: Run tests
on:
push:
branches: [ master, dev, 'fix/**' ]
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
workflow_dispatch:
permissions:
contents: read