Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BanjoFox authored Oct 16, 2024
1 parent 3301489 commit 307d727
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ name: 'Docker Image CI'

on:
pull_request:
types:
- opened
- reopened
branches:
- main
- 'banjofox/*'
- '*'

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build the Docker image
Expand Down

0 comments on commit 307d727

Please sign in to comment.