Skip to content

Commit

Permalink
Update docker-build-on-push_and_pull_request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady authored Jan 31, 2025
1 parent 55331c1 commit bc67186
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-build-on-push_and_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ name: Build and push docker (push/pull request)

on:
workflow_dispatch:
# push:
# branches:
# - master
# - development
# pull_request:
# types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- master
- development
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

env:
DOCKER_PLATFORMS: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
Expand Down

0 comments on commit bc67186

Please sign in to comment.