slack status without the slack status.zzstoatzz.io/
quickslice

restrict preview builds

+11 -1
+11 -1
.github/workflows/fly-review.yml
··· 3 3 # Run this workflow on every PR event. Existing review apps will be updated when the PR is updated. 4 4 pull_request: 5 5 types: [opened, reopened, synchronize, closed] 6 - 6 + paths: 7 + - 'src/**' 8 + - 'templates/**' 9 + - 'static/**' 10 + - 'Cargo.toml' 11 + - 'Cargo.lock' 12 + - 'Dockerfile' 13 + - 'fly.toml' 14 + - 'fly.review.toml' 15 + - 'build.rs' 16 + - 'sqlx-data.json' 7 17 env: 8 18 FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} 9 19 # Set these to your Fly.io organization and preferred region.