Skip to content

Commit

Permalink
set the right pipeline trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-Bendriss committed Jul 19, 2024
1 parent 0ae4b3b commit b41eb2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ name: Publish to GHCR
env:
RELEASE: edge

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
pull_request:
push:
branches:
- 6-22.04
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit b41eb2f

Please sign in to comment.