aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Rohit Goswami <rgoswami@ieee.org>2020-12-27 18:12:40 +0000
committerLibravatar Rohit Goswami <rgoswami@ieee.org>2020-12-27 18:12:40 +0000
commitd51a836f8183e4d6833d73a7d0075d34fbe88abd (patch)
tree7cfaad926da00a033224f0da8ced5f0aca677a63
parent390f0b2389a3b636165044de0481dff8f0657570 (diff)
yml: Update to build on main
-rw-r--r--.github/workflows/update.yml4
1 files changed, 4 insertions, 0 deletions
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: