From 0e6dbcb3cb938dc961a54119b4f2d1e1ef07f486 Mon Sep 17 00:00:00 2001 From: davvd Date: Thu, 21 Dec 2023 13:51:43 +0300 Subject: [PATCH] New PDD GitHub Action location --- .github/workflows/pdd.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pdd.yml b/.github/workflows/pdd.yml index 4e10eb1b..c2336c7e 100644 --- a/.github/workflows/pdd.yml +++ b/.github/workflows/pdd.yml @@ -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@v4 - - uses: g4s8/pdd-action@master + - uses: maxonfjvipon/pdd-action@master