-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I forgot to commit... So here you go.
- Loading branch information
1 parent
40d3a19
commit 5b97bc3
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ name: rojo | |
|
||
on: | ||
push: | ||
branches: [master,dev,Ender/Rewrite-1,version-2.5.0] | ||
branches: [master,main] | ||
pull_request: | ||
branches: [master,dev,Ender/Rewrite-1,version-2.5.0] | ||
branches: [master,main] | ||
|
||
jobs: | ||
build: | ||
|
@@ -30,11 +30,11 @@ jobs: | |
path: Astra_Nightly_${{ steps.date.outputs.date }}.rbxm | ||
|
||
- name: Build Nightly MainModule | ||
if: github.repository == 'Astra-Corporation/ARIDe' && github.event_name == 'push' | ||
if: github.repository == 'Astra-Corporation/Astra.Admin' && github.event_name == 'push' | ||
run: rojo build -o module.rbxm .github/module.deploy.project.json | ||
- name: Send file nightly build to Discord channel | ||
uses: tsickert/[email protected] | ||
if: github.repository == 'Astra-Corporation/ARIDe' && github.event_name == 'push' | ||
if: github.repository == 'Astra-Corporation/Astra.Admin' && github.event_name == 'push' | ||
with: | ||
webhook-url: ${{ secrets.NIGHTLY_WEBHOOK }} | ||
filename: Astra_Nightly_${{ steps.date.outputs.date }}.rbxm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters