Skip to content

Commit

Permalink
it's not reserved to main branch anymore...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlord committed Dec 17, 2024
1 parent 8ab2c7c commit d636185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_runner-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker, main branch
- name: Extract metadata (tags, labels) for Docker
if: github.ref == 'refs/heads/main'
id: metadata-main
uses: docker/metadata-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_runner-julia.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Julia Runner, main branch
name: Julia Runner

on:
workflow_dispatch:
Expand Down

0 comments on commit d636185

Please sign in to comment.