Updated GitHub Actions setup

- enabled running build on pull requests
- simplified action inputs
- updated/removed outdated comments
This commit is contained in:
Wipe
2024-06-16 16:16:15 +02:00
parent eb8febf347
commit a6839cf8a4
2 changed files with 20 additions and 14 deletions
+12 -2
View File
@@ -10,6 +10,14 @@ on:
- '.github/workflows/build.yml'
- 'action.yml'
- 'sfall/**'
pull_request:
branches:
- 'master'
- 'develop'
paths:
- '.github/workflows/build.yml'
- 'action.yml'
- 'sfall/**'
jobs:
Build:
@@ -28,13 +36,15 @@ jobs:
uses: ./
with:
release-xp: true
dev-xp: false
- name: DevXP build
uses: ./
with:
dev-xp: true
release-xp: false
dev-xp: true
- name: Prepare artifact
- name: Prepare artifacts
run: |
:
mkdir -p sfall-build