DEV: add stable to github workflows
Dieser Commit ist enthalten in:
Ursprung
1edfcca78b
Commit
d4c25d406b
2 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
1
.github/workflows/plugin-linting.yml
gevendort
1
.github/workflows/plugin-linting.yml
gevendort
|
@ -5,6 +5,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- main
|
||||
- stable
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
|
2
.github/workflows/plugin-tests.yml
gevendort
2
.github/workflows/plugin-tests.yml
gevendort
|
@ -3,6 +3,7 @@ name: Plugin Tests
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
|
@ -51,6 +52,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
repository: discourse/discourse
|
||||
ref: "${{ (github.base_ref || github.ref) }}"
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Fetch Repo Name
|
||||
|
|
Laden …
In neuem Issue referenzieren