Skip to content

Commit

Permalink
add develop humble branch to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
saina-ramyar committed Nov 5, 2024
1 parent 3a1932a commit aa04e38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- "develop"
- "develop-humble"
- "master"
- "release/*"
tags:
Expand All @@ -12,4 +13,4 @@ jobs:
uses: usdot-fhwa-stol/actions/.github/workflows/dockerhub.yml@main
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit aa04e38

Please sign in to comment.