Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/snippet_generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Generate Snippet Code Files

on:
push:
branches:
- main
paths:
- '**/code*.yaml'

Expand All @@ -26,5 +28,5 @@ jobs:
with:
commit-message: snippet code test files generated by action
title: Code snippets from snippet-generate action
body: This is an auto-generated PR with code snippets from yaml files
body: This is an auto-generated PR with code snippets from yaml files.
labels: code snippets, automated pr
Loading