Skip to content

Commit 0a8cd55

Browse files
committed
Add workflow_dispatch to build action
1 parent 4df9ad7 commit 0a8cd55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml renamed to .github/workflows/generate_website.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: test
1+
name: Run AD tests and build website
22

33
on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
permissions:
910
actions: write

0 commit comments

Comments
 (0)