mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-05 17:14:34 -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
|
||||
branches: [main, dev]
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- "**.bbcode"
|
||||
- LICENSE
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -67,12 +60,11 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
python -m pip install --upgrade setuptools
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
python setup.py install
|
||||
continue-on-error: false
|
||||
|
||||
- name: Generating `Bibata` Cursor Theme
|
||||
run: |
|
||||
python setup.py install
|
||||
python build.py
|
||||
run: python build.py
|
||||
|
||||
- name: Compressing Artifacts
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue