only run ci-nimbus on lockfile change
This commit is contained in:
parent
6cda13db5d
commit
32cbb41a92
|
@ -1,9 +1,8 @@
|
|||
name: CI-nimbus
|
||||
on:
|
||||
push:
|
||||
# total hack... can remove later but I want to preserve for now
|
||||
branches:
|
||||
- disable_this_ci
|
||||
paths:
|
||||
- atlas.lock
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -30,7 +29,7 @@ jobs:
|
|||
shell: bash
|
||||
- target:
|
||||
os: macos
|
||||
builder: macos-10.15
|
||||
builder: macos-12
|
||||
shell: bash
|
||||
- target:
|
||||
os: windows
|
||||
|
|
Loading…
Reference in New Issue