We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e8168 commit 8a04d28Copy full SHA for 8a04d28
.github/workflows/node.js.yml
@@ -3,6 +3,9 @@ name: Update data
3
on:
4
push:
5
branches: [ main ]
6
+ pull_request:
7
+ branches:
8
+ - main
9
schedule:
10
- cron: "0 8 * * *"
11
workflow_dispatch:
0 commit comments