mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Updated GitHub Actions setup
- enabled running build on pull requests - simplified action inputs - updated/removed outdated comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user