Skip to content

Commit

Permalink
Docker builds need to happen on push to main
Browse files Browse the repository at this point in the history
There was a typo for the branch name - there is no fluence branch here. I'm hoping this is a tiny tweak and OK to push directly to main.
  • Loading branch information
vsoch authored Jul 18, 2023
1 parent dfd9eca commit 01213c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [published]
push:
branches:
- fluence
- main

jobs:
build-fluence:
Expand Down

0 comments on commit 01213c2

Please sign in to comment.