Skip to content

Commit

Permalink
cicd: run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Nov 30, 2023
1 parent f7f2be7 commit 35f4712
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Build Docker image

on:
push:
branches:
- 'master'
- 'staging'
tags:
- '*.*.*'
pull_request:

jobs:
docker:
Expand All @@ -20,7 +15,6 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: pokeapi/pokeapi
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 35f4712

Please sign in to comment.