3
0
Fork 0
mirror of https://gitea.com/docker/build-push-action.git synced 2024-11-22 01:19:40 +01:00

Limit CI to master, tags, and PRs

Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
Nick Adcock 2020-03-05 17:10:12 +00:00
parent b9dd5932a8
commit 387d4c62d0

View file

@ -2,6 +2,10 @@ name: CI
on: on:
push: push:
branches:
- master
tags:
- '*'
pull_request: pull_request:
jobs: jobs: