Skip to content

Commit

Permalink
ci: Update GitHub Actions workflow to trigger on main branch pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziaeemehr committed Feb 24, 2025
1 parent a4b2ef2 commit c35e231
Showing 1 changed file with 2 additions and 2 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

0 comments on commit c35e231

Please sign in to comment.