0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

DEV: add stable to github workflows

Dieser Commit ist enthalten in:
angusmcleod 2021-10-05 14:33:27 +08:00
Ursprung 1edfcca78b
Commit d4c25d406b
2 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -5,6 +5,7 @@ on:
branches: branches:
- master - master
- main - main
- stable
pull_request: pull_request:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'

Datei anzeigen

@ -3,6 +3,7 @@ name: Plugin Tests
on: on:
push: push:
branches: branches:
- stable
- master - master
- main - main
pull_request: pull_request:
@ -51,6 +52,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
repository: discourse/discourse repository: discourse/discourse
ref: "${{ (github.base_ref || github.ref) }}"
fetch-depth: 1 fetch-depth: 1
- name: Fetch Repo Name - name: Fetch Repo Name