Skip to content

Commit

Permalink
chore: align to existing gha pattern in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
roblambell committed Dec 9, 2024
1 parent bba66da commit 0cf0dc1
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build Docker image
name: Test building Docker image

on: pull_request
on:
pull_request:
branches:
- master
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

jobs:
build_image:
Expand Down

0 comments on commit 0cf0dc1

Please sign in to comment.