Skip to content

Commit

Permalink
Update release fork
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Mar 22, 2021
1 parent 11978f0 commit f7ec021
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -28,6 +28,6 @@ jobs:

- name: Run ontology QC checks
env:
DEFAULT_BRANCH: main
DEFAULT_BRANCH: master
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=false

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ src/_patterns
src/_sparql
.cogs
pull-request.md
omrse/catalog-v001.xml
omrse/language/catalog-v001.xml
10 changes: 0 additions & 10 deletions omrse/catalog-v001.xml

This file was deleted.

7 changes: 0 additions & 7 deletions omrse/language/catalog-v001.xml

This file was deleted.

0 comments on commit f7ec021

Please sign in to comment.