Skip to content

Commit

Permalink
Update docker-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored May 28, 2024
1 parent a01567f commit bd6a271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and upload Docker
on:
push:
branches:
- Remove_CurvRank2_FinFindr
- main
tags:
- v*
schedule:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event_name == 'schedule'
with:
ref: Remove_CurvRank2_FinFindr
ref: main

- uses: actions/checkout@v2
if: github.event_name != 'schedule'
Expand Down

0 comments on commit bd6a271

Please sign in to comment.