mirror of
https://github.com/NixOS/nixos-search
synced 2024-11-13 23:47:07 +00:00
Filter frontend triggers (#437)
This commit is contained in:
parent
188d3a25c8
commit
d098ad2acb
1 changed files with 10 additions and 0 deletions
10
.github/workflows/frontend.yml
vendored
10
.github/workflows/frontend.yml
vendored
|
@ -1,9 +1,19 @@
|
|||
name: "Frontend: Build & Deploy to Netlify"
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "src/**"
|
||||
- "elm-srcs.nix"
|
||||
- "elm.json"
|
||||
- "netflify.toml"
|
||||
- "VERSION"
|
||||
- "webpack.config.js"
|
||||
- "yarn.lock"
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue