We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd19c7 commit 474a9a5Copy full SHA for 474a9a5
.github/workflows/CI.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- main # Adjust this to the branch you want to trigger the deployment on
7
- dev
8
+ - demo
9
schedule:
10
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
11
0 commit comments