Skip to content

Commit

Permalink
main -> testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mike cullerton authored and cullerton committed May 23, 2024
1 parent 3a68345 commit 7301b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build_test_image

on:
push:
branches: ['test']
branches: ['testing']
workflow_dispatch:


Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7301b81

Please sign in to comment.