This repository was archived by the owner on Apr 12, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork27.4k
Commit30a4424
committed
chore(ci): only run
Previously, the `deploy-code-firebase` CI job was run on any buildcorresponding to a git tag, the master branch or the stable branch.Given that all runs of `deploy-code-firebase` deploy to the sameFirebase project (and overwrites previous deployments), there is nopoint in deploying from multiple branches/tags.This commit fixes this by ensuring that we only run the`deploy-code-firebase` job on builds for the master branch, whichcontains the most up-to-date code/configuration.deploy-code-firebase
on master1 parenta6fa1ce commit30a4424
1 file changed
+21
-13
lines changedLines changed: 21 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
55 | 66 |
| |
56 | 67 |
| |
57 | 68 |
| |
| |||
222 | 233 |
| |
223 | 234 |
| |
224 | 235 |
| |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 | 236 |
| |
233 | 237 |
| |
234 | 238 |
| |
| |||
363 | 367 |
| |
364 | 368 |
| |
365 | 369 |
| |
366 |
| - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
367 | 374 |
| |
368 | 375 |
| |
369 | 376 |
| |
| |||
378 | 385 |
| |
379 | 386 |
| |
380 | 387 |
| |
381 |
| - | |
382 |
| - | |
383 |
| - | |
| 388 | + | |
| 389 | + | |
384 | 390 |
| |
385 | 391 |
| |
386 | 392 |
| |
387 | 393 |
| |
388 |
| - | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
389 | 397 |
| |
390 | 398 |
| |
391 | 399 |
| |
| |||
492 | 500 |
| |
493 | 501 |
| |
494 | 502 |
| |
495 |
| - | |
| 503 | + | |
496 | 504 |
| |
497 | 505 |
| |
498 | 506 |
| |
|
0 commit comments
Comments
(0)