We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54d274 commit da7927bCopy full SHA for da7927b
.github/workflows/baedeker.yaml
@@ -4,6 +4,8 @@ on:
4
schedule:
5
- cron: "0 */3 * * *" # Runs every 3 hours
6
workflow_dispatch: # Allows manual dispatch
7
+ push:
8
+ pull_request:
9
10
jobs:
11
build-and-publish:
0 commit comments