Compare commits

..

No commits in common. "991e9f1622ac42e484d4d0d7857203e16ad6f91c" and "74229708d225778342a43504899fb0f025bf64a0" have entirely different histories.

View file

@ -2,7 +2,7 @@ name: deploy blog
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *' # at 10:00 on wednesday
- cron: '0 10 * * 3' # at 10:00 on wednesday
push:
branches:
- staging