mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-20 11:08:21 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d79246f161 | ||
|
|
a504506129 | ||
|
|
7bada81eb9 |
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -3,8 +3,16 @@ name: Build
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '**/.gitignore'
|
||||
- '**/LICENSE'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '**/.gitignore'
|
||||
- '**/LICENSE'
|
||||
|
||||
env:
|
||||
BUILD_NUMBER: ${{ github.run_number }}
|
||||
@@ -12,7 +20,6 @@ env:
|
||||
PROJECT_NAME: "WeaponPaints"
|
||||
OUTPUT_PATH: "./WeaponPaints"
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
permissions: write-all
|
||||
|
||||
Reference in New Issue
Block a user