We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adda898 commit 979938bCopy full SHA for 979938b
.github/workflows/build-and-check.yml
@@ -3,6 +3,9 @@ name: Build and Check
3
on:
4
push:
5
pull_request:
6
+ workflow_dispatch:
7
+ schedule:
8
+ - cron: '0 0 * * 5'
9
10
jobs:
11
build_and_test:
0 commit comments