Skip to content

Commit

Permalink
tmp allow myself to execute
Browse files Browse the repository at this point in the history
  • Loading branch information
jlestel authored Nov 16, 2023
1 parent ead1e59 commit 7df4bdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ghcr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
- "master"
pull_request:
branches: [ "master" ]
paths:
- '**/*'
- '!.github/**' # Important: Exclude PRs related to .github from auto-run
# paths:
# - '**/*'
# - '!.github/**' # Important: Exclude PRs related to .github from auto-run

env:
REGISTRY_IMAGE: ghcr.io/teslamate-org/teslamate
Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
with:
image: ghcr.io/teslamate/teslamate/grafana
labels: |
org.opencontainers.image.version=${{ github.ref || github.ref_name }}
org.opencontainers.image.version=${{ github.ref || github.ref_name }}

0 comments on commit 7df4bdb

Please sign in to comment.