Skip to content

Commit

Permalink
Minimize CI runs
Browse files Browse the repository at this point in the history
Only run `dic2owl` CI if a file change under `dic2owl/` and only run the
CI for `push`.
  • Loading branch information
CasperWA committed Aug 21, 2021
1 parent 1cd6b2d commit a5185b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push, pull_request]
on: [push]

jobs:

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dic2owl_ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI - dic2owl

on: [push, pull_request]
on:
push:
paths:
- 'dic2owl/**'

jobs:

Expand Down

0 comments on commit a5185b9

Please sign in to comment.