Skip to content

Commit

Permalink
change when to run the action as we arent in debug mode naymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Oct 17, 2024
1 parent ba3547b commit 70ba02b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Build, Test, and Publish Docker Image

on: # TODO: Only run on pull request or push to main
on:
push:
branches:
- henryh/setup-github_actions
- master
pull_request:
branches:
- master
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 70ba02b

Please sign in to comment.