mirror of
https://github.com/ProjectSWGCore/launcher.git
synced 2026-01-16 23:04:25 -05:00
Changed actions to on-push for testing and included submodules in checkout
This commit is contained in:
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Package
|
||||
on: release
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build-app:
|
||||
@@ -11,6 +11,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user