Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
(all) update examples workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Feb 16, 2024
1 parent 2cf0fc8 commit 5399762
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@


name: build-sernik-examples
on: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
push:
paths:
- 'config/common/example'
- 'config/files/example/'
- 'config/recipes/example/'
pull_request:
workflow_dispatch:

env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
Expand Down

0 comments on commit 5399762

Please sign in to comment.