Skip to content

Commit

Permalink
Merge pull request #50 from mjakubicek/master
Browse files Browse the repository at this point in the history
CI only fixes
  • Loading branch information
mjakubicek authored Sep 20, 2023
2 parents 5e1b903 + 76363e9 commit e9a526c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e9a526c

Please sign in to comment.