Skip to content

Commit

Permalink
Merge pull request #1427 from GiganticMinecraft/feature/build-when-ce…
Browse files Browse the repository at this point in the history
…rtain-files-are-changed

chore(actions): set path filter
  • Loading branch information
kory33 authored Aug 12, 2022
2 parents 0af1c75 + 3909e3d commit 274fda6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,24 @@ on:
branches:
- develop
- master
paths:
- src/**
- build.sbt
- .scalafix.conf
- .scalafmt.conf
- project/*
- .github/worlflows/*.yml

pull_request:
branches:
- develop
paths:
- src/**/
- build.sbt
- .scalafix.conf
- .scalafmt.conf
- project/*
- .github/worlflows/*.yml

jobs:
build_test_and_upload:
Expand Down

0 comments on commit 274fda6

Please sign in to comment.