Skip to content

Commit

Permalink
switch from main to release
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopereira12 authored Jul 12, 2024
1 parent 434fe39 commit da29d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build Docker Image
on:
push:
branches: [main]
branches: [release]
pull_request:
branches: [main]
branches: [release]
env:
IMAGE: ghcr.io/${{ github.repository }}
jobs:
Expand Down

0 comments on commit da29d10

Please sign in to comment.