Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed May 13, 2024
1 parent a115417 commit 09d3e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-recipes.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: Build Recipes
env:
PATH_RECIPES: 'recipes/**'

on:
push:
branches: [ main ]
paths:
- ${{ env.PATH_RECIPES }}
- 'recipes/**'
pull_request:
branches: [ main ]
paths:
- ${{ env.PATH_RECIPES }}
- 'recipes/**'
jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- 'build.gradle.kts'
- 'settings.gradle.kts'
- 'buildSrc/**'

pull_request:
branches: [ main ]
paths:
Expand All @@ -21,7 +20,6 @@ on:
- 'build.gradle.kts'
- 'settings.gradle.kts'
- 'buildSrc/**'

jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09d3e20

Please sign in to comment.