We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d6bbe commit 95d6aa7Copy full SHA for 95d6aa7
1 file changed
.github/workflows/deploy.yml
@@ -1,6 +1,10 @@
1
-name: Tests
+name: Deploy to static server
2
3
-on: [push, pull_request, workflow_dispatch]
+on:
4
+ push:
5
+ branches:
6
+ - ep2024
7
+ workflow_dispatch:
8
9
jobs:
10
tests:
0 commit comments