pr trigger

This commit is contained in:
jr-k 2024-08-08 04:26:39 +02:00
parent da1ffeb47d
commit 5e04493329
2 changed files with 2 additions and 8 deletions

View File

@ -1,8 +1,8 @@
name: PR build and push docker image
on:
pull_request:
types: [opened, synchronize, labeled]
# pull_request:
# types: [opened, synchronize, labeled]
push:
branches-ignore:
- master
@ -17,9 +17,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
common:
runs-on: ubuntu-latest
steps:
- name: Call common build workflow
uses: ./.github/workflows/common-docker-build.yml
with:

View File

@ -19,9 +19,6 @@ jobs:
id: version
run: echo "::set-output name=VERSION::$(cat version.txt)"
common:
runs-on: ubuntu-latest
steps:
- name: Call common build workflow
uses: ./.github/workflows/common-docker-build.yml
with: