Only run docker on push to master

This commit is contained in:
Nicolas Chan 2021-06-02 16:33:55 -07:00
parent 34503cfbd8
commit 673303ebda

View file

@ -5,7 +5,8 @@ name: Docker
# Controls when the action will run.
on:
push:
pull_request:
branches:
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: