Skip to content

Commit

Permalink
Adding triggers for the container image
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed May 8, 2024
1 parent c54d23a commit be1e0b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Build container image

on:
workflow_dispatch:
# These should be removed once the PR is merged. See
# https://stackoverflow.com/questions/63362126/github-actions-how-can-i-run-a-workflow-created-on-a-non-master-branch-from-t
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
Expand Down

0 comments on commit be1e0b6

Please sign in to comment.