We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795cf7b commit df62e3dCopy full SHA for df62e3d
.github/workflows/run-preview.yml
@@ -0,0 +1,10 @@
1
+name: Trigger gazebo preview deploy
2
+
3
+on: [pull_request, push]
4
5
+jobs:
6
+ run:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Succeed
10
+ run: exit 0
0 commit comments