Skip to content

Commit

Permalink
Adjusting GHA for our use
Browse files Browse the repository at this point in the history
  • Loading branch information
ohshazbot committed Mar 28, 2024
1 parent 165ba8e commit c6c9924
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/OntologyValidator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ name: Ontology Validator

on:
push:
branches: [ master ]
branches:
- master
- main
- onboard-main
paths:
- ontology/yaml/**

pull_request:
branches: [ master ]
branches:
- master
- main
- onboard-main
paths:
- ontology/yaml/**

Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ on:
paths:
- '**.js'
- ibr/**
branches: [ master ]
branches:
- master
- main
- onboard-main
tags: [ ibr ]
pull_request:
paths:
- '**.js'
- ibr/**
branches: [ master ]
branches:
- master
- main
- onboard-main
tags: [ ibr ]

jobs:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ name: Tools

on:
push:
branches: [ master ]
branches:
- master
- main
- onboard-main
paths:
- 'tools/**'
pull_request:
branches: [ master ]
branches:
- master
- main
- onboard-main
paths:
- 'tools/**'

Expand Down

0 comments on commit c6c9924

Please sign in to comment.