Skip to content

Commit

Permalink
Push docker images on master
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Mar 21, 2024
1 parent 6b3428d commit 547dbfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- master

jobs:
test:
Expand All @@ -27,4 +28,4 @@ jobs:
name: Update Docs
uses: ./.github/workflows/update-docs.yml
needs: [test]
secrets: inherit
secrets: inherit

0 comments on commit 547dbfb

Please sign in to comment.