Skip to content

Commit

Permalink
update workflow for container built
Browse files Browse the repository at this point in the history
we might want to rename the integration branch to main soon
  • Loading branch information
aottr committed Apr 13, 2024
1 parent 1275dc5 commit c9114c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
build:
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && github.ref == 'refs/heads/fbl-integration'
permissions:
contents: read
packages: write # might need to use PAT instead
Expand Down

0 comments on commit c9114c4

Please sign in to comment.