···3 # Run this workflow on every PR event. Existing review apps will be updated when the PR is updated.
4 pull_request:
5 types: [opened, reopened, synchronize, closed]
6-00000000007env:
8 FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
9 # Set these to your Fly.io organization and preferred region.
···3 # Run this workflow on every PR event. Existing review apps will be updated when the PR is updated.
4 pull_request:
5 types: [opened, reopened, synchronize, closed]
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'
17env:
18 FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
19 # Set these to your Fly.io organization and preferred region.