Skip to content

Commit 520db38

Browse files
committed
New PDD GitHub Action location
1 parent da667f3 commit 520db38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pdd.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
name: pdd
33
on:
44
push:
5+
branches:
6+
- master
57
pull_request:
8+
branches:
9+
- master
610
jobs:
711
pdd:
812
runs-on: ubuntu-22.04
913
steps:
1014
- uses: actions/checkout@v4
11-
- uses: g4s8/pdd-action@master
15+
- uses: maxonfjvipon/pdd-action@master

0 commit comments

Comments
 (0)