Skip to content

Commit 95d6aa7

Browse files
committed
GHA
1 parent 89d6bbe commit 95d6aa7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
name: Tests
1+
name: Deploy to static server
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on:
4+
push:
5+
branches:
6+
- ep2024
7+
workflow_dispatch:
48

59
jobs:
610
tests:

0 commit comments

Comments
 (0)