diff options
| author | 2020-12-27 18:12:40 +0000 | |
|---|---|---|
| committer | 2020-12-27 18:12:40 +0000 | |
| commit | d51a836f8183e4d6833d73a7d0075d34fbe88abd (patch) | |
| tree | 7cfaad926da00a033224f0da8ced5f0aca677a63 | |
| parent | 390f0b2389a3b636165044de0481dff8f0657570 (diff) | |
yml: Update to build on main
| -rw-r--r-- | .github/workflows/update.yml | 4 |
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: |
