workflows
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: "Project Build"
|
||||
run-name: "📦 Project Build #${{ github.run_number }}"
|
||||
run-name: "[📦]: Project Build #${{ github.run_number }}"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
||||
2
.github/workflows/crowdin.yml
vendored
2
.github/workflows/crowdin.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: "Crowdin Translations"
|
||||
run-name: "🌐 Crowdin Translations #${{ github.run_number }}"
|
||||
run-name: "[🌐]: Crowdin Translations #${{ github.run_number }}"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/server.yml
vendored
2
.github/workflows/server.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: "Project Server News"
|
||||
run-name: "📨 Project Server News #${{ github.run_number }}"
|
||||
run-name: "[📨]: Project Server News #${{ github.run_number }}"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user