mirror of
https://codeberg.org/spire/mapdownloader.git
synced 2026-06-03 18:24:11 +02:00
action only on sp change
This commit is contained in:
parent
b02833805f
commit
2b322cdade
1 changed files with 5 additions and 2 deletions
7
.github/workflows/compile.yml
vendored
7
.github/workflows/compile.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: Build sourcepawn and commit
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.sp'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -8,7 +11,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Compile sourcepawn
|
||||
uses: spiretf/spcomp@master
|
||||
uses: spiretf/spcomp@v0.1.0
|
||||
with:
|
||||
source: './plugin/mapdownloader.sp'
|
||||
target: './plugin/mapdownloader.smx'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue