From 33cbbea33202dfd899ef5bfc5db721c618c121af Mon Sep 17 00:00:00 2001 From: Foat Akhmadeev Date: Tue, 17 Dec 2024 12:32:01 +0300 Subject: [PATCH] bump wf --- .github/workflows/verify.yml | 4 ++++ action.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 9ef2155..601470a 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -4,6 +4,10 @@ on: push: branches: - prime + - develop + pull_request: + branches: + - develop permissions: contents: read diff --git a/action.yml b/action.yml index 6a7b109..d551aa6 100644 --- a/action.yml +++ b/action.yml @@ -61,7 +61,7 @@ runs: echo extra_args=$(echo "${{ inputs.extra_args }}" | xargs echo -n | tr -s ' \n' '+') >> $GITHUB_OUTPUT - name: Run container steps - uses: frozen-tapestry/docker-run-action@develop + uses: frozen-tapestry/docker-run-action@v5p with: image: quay.io/buildah/stable:latest mount_ws: true