Skip to content

Commit

Permalink
Merge pull request #11 from ins-amu/develop
Browse files Browse the repository at this point in the history
ci: Update GitHub Actions workflow to trigger on main branch pushes
  • Loading branch information
Ziaeemehr authored Feb 24, 2025
2 parents 2aa0879 + fc2c9a3 commit 3c31b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: build & push Docker image to ghcr

on:
push:
# branches:
# - main # Runs when pushing to develop branch
branches:
- main # Runs when pushing to develop branch
tags:
- v* # Runs when pushing tags starting with 'v'

Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit 3c31b51

Please sign in to comment.