Skip to content

Commit

Permalink
Turn push trigger back on and move the schedule (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam7 authored Oct 5, 2020
1 parent b6dba42 commit 3aef723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-new-cascadia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create tag if there's a new Cascadia version

on:
schedule:
- cron: "45 8 * * *"
- cron: "30 20 * * *"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-fonts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Generate Fonts

on: [pull_request]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 3aef723

Please sign in to comment.