Skip to content

#2299 Pulling with versions #3237

#2299 Pulling with versions

#2299 Pulling with versions #3237

Workflow file for this run

---
name: pdd
on:
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: pdd-${{ github.ref }}
cancel-in-progress: true
jobs:
pdd:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: g4s8/pdd-action@master