We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9f1ea commit 8cdfe44Copy full SHA for 8cdfe44
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
push:
5
branches:
6
- - testing
+ - main
7
workflow_dispatch:
8
schedule:
9
- cron: '0 4 * * *' # Runs daily at 04:00 UTC
@@ -100,4 +100,4 @@ jobs:
100
git add library/paper
101
git add library/lualink
102
git commit -m "Update Lua definitions" || echo "No changes to commit"
103
- git push origin HEAD:testing
+ git push origin HEAD:main
0 commit comments