We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e870b commit 66ca7ddCopy full SHA for 66ca7dd
.github/workflows/deploy-to-cloudron.yaml
@@ -1,5 +1,9 @@
1
jobs:
2
deploy:
3
+ on:
4
+ push:
5
+ branches:
6
+ - main
7
runs-on: ubuntu-latest
8
steps:
9
- name: Cloudron Push to App
0 commit comments