Skip to content

Commit b029666

Browse files
committed
New PDD GitHub Action location
1 parent 7192f1f commit b029666

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/pdd.yml

Lines changed: 7 additions & 3 deletions
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:
8-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
913
steps:
10-
- uses: actions/checkout@v3
11-
- uses: g4s8/pdd-action@master
14+
- uses: actions/checkout@v4
15+
- uses: maxonfjvipon/pdd-action@master

0 commit comments

Comments
 (0)