Skip to content

Commit

Permalink
fix triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Nov 11, 2023
1 parent df03f0f commit d62c0a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
name: Build

on:
push:
paths:
- '.github/workflows/build.yaml'
- 'moe.nimble'
- 'src/**'
branches:
- develop
- master
pull_request:
paths:
- '.github/workflows/build.yaml'
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
name: Integration tests

on:
push:
paths:
- '.github/workflows/integration-test.yaml'
- 'moe.nimble'
- 'src/**'
- 'shpec.sh'
branches:
- develop
- master
pull_request:
paths:
- '.github/workflows/integration-test.yaml'
Expand Down

0 comments on commit d62c0a4

Please sign in to comment.