diff options
Diffstat (limited to '.github/workflows/update.yml')
| -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: |
