feature/84-character-creation #88
1 changed files with 11 additions and 6 deletions
|
@ -1,6 +1,11 @@
|
|||
name: Build, Package and Push Images
|
||||
run-name: ${{ gitea.actor }} is building the Server application
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- Wiki/**
|
||||
- Benchmarks/**
|
||||
- .run/**
|
||||
|
||||
jobs:
|
||||
preprocess:
|
||||
|
|
Loading…
Reference in a new issue