mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-07 09:55:19 -04:00
⚡ build.yml run-on push only
This commit is contained in:
parent
683a27a71f
commit
879c244706
1 changed files with 2 additions and 10 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -8,13 +8,6 @@ on:
|
||||||
- LICENSE
|
- LICENSE
|
||||||
branches: [main, dev]
|
branches: [main, dev]
|
||||||
|
|
||||||
pull_request:
|
|
||||||
paths-ignore:
|
|
||||||
- "**.md"
|
|
||||||
- "**.bbcode"
|
|
||||||
- LICENSE
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -67,12 +60,11 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install --upgrade setuptools
|
python -m pip install --upgrade setuptools
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
|
python setup.py install
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
||||||
- name: Generating `Bibata` Cursor Theme
|
- name: Generating `Bibata` Cursor Theme
|
||||||
run: |
|
run: python build.py
|
||||||
python setup.py install
|
|
||||||
python build.py
|
|
||||||
|
|
||||||
- name: Compressing Artifacts
|
- name: Compressing Artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue