Skip to content

Commit

Permalink
Limit CI to master, tags, and PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
  • Loading branch information
Nick Adcock committed Mar 5, 2020
1 parent b9dd593 commit 387d4c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: CI

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

jobs:
Expand Down

0 comments on commit 387d4c6

Please sign in to comment.