mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
workflows adjusted for alpha branch
This commit is contained in:
2
.github/workflows/compile-mo.yml
vendored
2
.github/workflows/compile-mo.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: wavelog/wavelog
|
repository: wavelog/wavelog
|
||||||
ref: dev
|
ref: alpha
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
- name: Set up gettext
|
- name: Set up gettext
|
||||||
|
|||||||
2
.github/workflows/translation.yml
vendored
2
.github/workflows/translation.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: wavelog/wavelog
|
repository: wavelog/wavelog
|
||||||
ref: dev
|
ref: alpha
|
||||||
|
|
||||||
- name: Set up gettext
|
- name: Set up gettext
|
||||||
run: sudo apt-get install -y gettext
|
run: sudo apt-get install -y gettext
|
||||||
|
|||||||
Reference in New Issue
Block a user