Skip to content

Commit 7f00f4b

Browse files
committed
CI: formatting. NFC
1 parent 92c8095 commit 7f00f4b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/main.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
on: [push, pull_request, merge_group]
1+
on:
2+
push:
3+
pull_request:
4+
merge_group:
5+
26
name: CI
37
jobs:
8+
49
test:
510
runs-on: ubuntu-latest
611
strategy:
@@ -53,6 +58,7 @@ jobs:
5358
unset PYTHONWARNINGS
5459
sphinx-build -b doctest docs/ docs/_build
5560
codecov
61+
5662
document:
5763
runs-on: ubuntu-latest
5864
steps:
@@ -79,6 +85,7 @@ jobs:
7985
with:
8086
name: docs
8187
path: docs/_build
88+
8289
publish-docs:
8390
needs: document
8491
if: github.repository == 'amaranth-lang/amaranth'
@@ -111,6 +118,7 @@ jobs:
111118
branch: main
112119
folder: docs/
113120
target-folder: docs/amaranth/${{ github.ref_name }}/
121+
114122
publish-docs-dev:
115123
needs: document
116124
if: github.repository != 'amaranth-lang/amaranth'

0 commit comments

Comments
 (0)