Skip to content

Commit

Permalink
New PDD GitHub Action location
Browse files Browse the repository at this point in the history
  • Loading branch information
davvd committed Dec 21, 2023
1 parent 7192f1f commit b029666
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pdd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
name: pdd
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
pdd:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: g4s8/pdd-action@master
- uses: actions/checkout@v4
- uses: maxonfjvipon/pdd-action@master

0 comments on commit b029666

Please sign in to comment.