diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3cd9a9c2..41656a89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Main build on push # Controls when the action will run. on: @@ -45,4 +45,5 @@ jobs: files: | dmlex-v1.0/specification/dmlex-v1.0-csd01.html dmlex-v1.0/specification/dmlex-v1.0-csd01.pdf - dmlex-v1.0/specification/dmlex-v1.0-cs01.xml + dmlex-v1.0/specification/dmlex-v1.0-csd01.xml + dmlex-v1.0/specification/dmlex_uml.svg diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a0b35d7c..47599618 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Test build on pull request # Controls when the action will run. on: