Skip to content

Commit

Permalink
ci: only build artifacts on commits that affect the VERSION file (#683)
Browse files Browse the repository at this point in the history
Description: only version bumps are used on clients. Therefore, this PR makes it so that the jobs on the artifacts.yml workflow only run when the VERSION file changes. This should save some CI time.
Risk Level: low

Signed-off-by: Jose Nino <[email protected]>
Signed-off-by: JP Simard <[email protected]>
  • Loading branch information
junr03 authored and jpsim committed Nov 29, 2022
1 parent 4b9ea17 commit 2de8325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mobile/.github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths:
- VERSION

jobs:
master_android_dist:
Expand Down

0 comments on commit 2de8325

Please sign in to comment.