gitea-action-test/.github/workflows/C.yml

14 lines
186 B
YAML
Raw Normal View History

2024-10-27 11:33:49 +00:00
name: Workflow C
on:
push:
paths:
- marker_b
jobs:
job_c:
runs-on: ubuntu-latest
steps:
- name: Step 1 in Workflow C
run: echo "Running Workflow C"