Skip to content

Commit e1a06f1

Browse files
committed
Add missing psd-ci workflow caller
Every PSD repo calls the org reusable CI workflow (PSD401/.github/.github/workflows/reusable-psd-ci.yml@main) on pull_request and push to main; this file was omitted from the initial commit by mistake. No CI logic lives in-repo.
1 parent 7928a93 commit e1a06f1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/psd-ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [main]
7+
8+
jobs:
9+
psd-ci:
10+
uses: PSD401/.github/.github/workflows/reusable-psd-ci.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)