Skip to content

Commit

Permalink
Build docker image on branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
Munsio committed Jul 8, 2024
1 parent 93a93ba commit f793c8c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Push

on:
push:
branches-ignore:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
docker:
uses: ./.github/workflows/docker.yml

0 comments on commit f793c8c

Please sign in to comment.