Save a step for test branches

This commit is contained in:
tcely 2025-04-17 15:37:55 -04:00 committed by GitHub
parent 8fe43170a4
commit 083e29a189
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,10 +7,11 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- main - 'main'
- 'test-*'
pull_request: pull_request:
branches: branches:
- main - 'main'
types: types:
- opened - opened
- reopened - reopened