tangled
alpha
login
or
join now
zzstoatzz.io
/
status
0
fork
atom
slack status without the slack
status.zzstoatzz.io/
quickslice
0
fork
atom
overview
issues
pulls
pipelines
restrict preview builds
zzstoatzz.io
6 months ago
973df86c
ffc6cb0a
+11
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
fly-review.yml
+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
-
6
6
+
paths:
7
7
+
- 'src/**'
8
8
+
- 'templates/**'
9
9
+
- 'static/**'
10
10
+
- 'Cargo.toml'
11
11
+
- 'Cargo.lock'
12
12
+
- 'Dockerfile'
13
13
+
- 'fly.toml'
14
14
+
- 'fly.review.toml'
15
15
+
- 'build.rs'
16
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.