Changed branch names in github workflows.

Signed-off-by: Alexander Shaduri <ashaduri@gmail.com>
This commit is contained in:
Alexander Shaduri
2022-01-27 21:25:11 +04:00
parent fdcdba1731
commit 3c031b4ee9
3 changed files with 14 additions and 12 deletions
+7 -7
View File
@@ -1,11 +1,11 @@
name: Build - GTK3 Branch (Tier 1 platforms)
name: Build - 1.1 Branch (Tier 1 platforms)
on:
# Triggers the workflow on push or pull request events but only for the branch
push:
branches: [ gsmartcontrol-gtk3 ]
branches: [ release/1.1 ]
pull_request:
branches: [ gsmartcontrol-gtk3 ]
branches: [ release/1.1 ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: gsmartcontrol-gtk3
ref: release/1.1
- name: Install Dependencies
run: sudo apt-get install libpcre3-dev libgtkmm-3.0-dev gettext autoconf automake
@@ -61,7 +61,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: Source Packages (GTK3 Branch)
name: Source Packages (1.1 Branch)
path: ${{runner.workspace}}/build/gsmartcontrol-*.tar.bz2
@@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: gsmartcontrol-gtk3
ref: release/1.1
- uses: msys2/setup-msys2@v2
# p7zip is needed to extract smartmontools
@@ -166,6 +166,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: Windows Packages (GTK3 Branch)
name: Windows Packages (1.1 Branch)
path: ${{runner.workspace}}/build/gsmartcontrol-*-win*.*
+5 -5
View File
@@ -1,11 +1,11 @@
name: Build - GTK3 Branch (Tier 2 platforms)
name: Build - 1.1 Branch (Tier 2 platforms)
on:
# Triggers the workflow on push or pull request events but only for the branch
push:
branches: [ gsmartcontrol-gtk3 ]
branches: [ release/1.1 ]
pull_request:
branches: [ gsmartcontrol-gtk3 ]
branches: [ release/1.1 ]
# Allows you to run this workflow manually from the Actions tab.
# This does not work for non-default branches, that's why we use the push / pull_request triggers above.
workflow_dispatch:
@@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: gsmartcontrol-gtk3
ref: release/1.1
- name: Install Dependencies
run: brew install pkg-config gtkmm3 pcre automake autoconf
@@ -65,7 +65,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: gsmartcontrol-gtk3
ref: release/1.1
- name: Build and test in FreeBSD
id: test
+2
View File
@@ -76,3 +76,5 @@ Thumbs.db
/po/gsmartcontrol.pot
/po/*.gmo
# Backup files
*~