Skip to content

Commit

Permalink
Attempt to satisy the branch rules for auto merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed May 24, 2024
1 parent 6b0ebee commit bd8b3de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docs-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
on:
push:
branches:
- 'main'
paths:
- README.md

jobs:
done:
runs-on: [ ubuntu-latest ]
steps:
- run: echo "No tests to run, but satify the branch rule."

0 comments on commit bd8b3de

Please sign in to comment.