From 24a032f076a7fe3535c1232c2efff94b8ef4365a Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Wed, 24 Aug 2022 11:58:52 -0400 Subject: Update branch name to riscv-isa-asciidoc Changed convert2adoc branch name to riscv-isa-asciidoc. --- .github/workflows/build-pdf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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: -- cgit v1.1