Skip to content

Commit

Permalink
Merge pull request #2 from youtube/isarkis-patch-1
Browse files Browse the repository at this point in the history
Update GHA triggers
  • Loading branch information
isarkis committed May 16, 2024
2 parents e2968b2 + 2c7bacd commit 2f272b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Docker Build

on: [push]
on:
pull_request:
types: [opened, reopened, synchronize]
branches:
- dev_workflows
push:
branches:
- dev_workflows
workflow_dispatch:

jobs:
docker-build-image:
Expand Down

0 comments on commit 2f272b6

Please sign in to comment.