main -> testing

This commit is contained in:
mike cullerton 2024-05-16 13:23:13 -04:00 committed by mike cullerton
parent 3a68345ce1
commit 7301b81d5c
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: build_test_image
on:
push:
branches: ['test']
branches: ['testing']
workflow_dispatch:
@ -67,7 +67,7 @@ jobs:
- run_tests
- sonarcloud
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/testing'
permissions:
contents: read
packages: write