From d51a836f8183e4d6833d73a7d0075d34fbe88abd Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Sun, 27 Dec 2020 18:12:40 +0000 Subject: yml: Update to build on main --- .github/workflows/update.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/update.yml') diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 0e12492..b186509 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,5 +1,9 @@ name: Rebuild base16 colorschemes on: + push: + branches: [main] + pull_request: + branches: [main] schedule: - cron: "0 0 * * *" # https://crontab.guru/every-day jobs: -- cgit