aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2022-08-24 11:58:52 -0400
committerBill Traynor <wmat@riscv.org>2022-08-24 11:58:52 -0400
commit24a032f076a7fe3535c1232c2efff94b8ef4365a (patch)
tree479d0fe42457a70c0cb862f6cef3070a05b0313e /.github
parent0df07ab88fe35deb13a11a1c2768a9872363ba4f (diff)
downloadriscv-isa-manual-24a032f076a7fe3535c1232c2efff94b8ef4365a.zip
riscv-isa-manual-24a032f076a7fe3535c1232c2efff94b8ef4365a.tar.gz
riscv-isa-manual-24a032f076a7fe3535c1232c2efff94b8ef4365a.tar.bz2
Update branch name to riscv-isa-asciidoc
Changed convert2adoc branch name to riscv-isa-asciidoc.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-pdf.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-pdf.yml b/.github/workflows/build-pdf.yml
index e6e095a..1c38de6 100644
--- a/.github/workflows/build-pdf.yml
+++ b/.github/workflows/build-pdf.yml
@@ -9,9 +9,9 @@ name: Build Document PDF
on:
push:
- branches: [ convert2adoc ]
+ branches: [ riscv-isa-asciidoc ]
pull_request:
- branches: [ convert2adoc ]
+ branches: [ riscv-isa-asciidoc ]
workflow_dispatch:
jobs: