Commit e610a0c
committed
ci: Deploy only on push to master
The deploy workflow used `on: push` with `branches: []`, which GitHub
treats as no filter — so it ran on pushes to every branch (including PR
branches). Restrict it to the master branch so it deploys only on merge.1 parent 1fe0682 commit e610a0c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments