Skip to content

Commit

Permalink
only commit when pushing to feature/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Nov 29, 2023
1 parent 38e8170 commit 3ccc7b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Deploy Images to GHCR

# temporarily run on push for this branch
on: [push]
# on:
# push:
# branches:
# - main
# workflow_dispatch:
on:
push:
branches:
- feature/develop
workflow_dispatch:

jobs:
push-store-image:
Expand Down

0 comments on commit 3ccc7b3

Please sign in to comment.