mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-09 20:05:38 +01:00
Fix events on CI workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
371daebc6f
commit
9a445780ad
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -2,11 +2,11 @@ name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches: master
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
git-context:
|
||||
|
Loading…
Reference in New Issue
Block a user