You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: Build keepass2android app
3
3
on:
4
4
push:
5
5
branches:
6
-
- master
6
+
- main
7
7
pull_request:
8
8
9
9
jobs:
@@ -121,16 +121,16 @@ jobs:
121
121
# runs-on: ubuntu-22.04
122
122
123
123
# env:
124
-
# # Build Artifact of xamarin.android-oss dated 2021-02-02, master branch (= version 11.2.99) - *.deb cannot be installed because "lxd" package is not anymore shipped in current ubuntu version
124
+
# # Build Artifact of xamarin.android-oss dated 2021-02-02, main branch (= version 11.2.99) - *.deb cannot be installed because "lxd" package is not anymore shipped in current ubuntu version
# # Build Artifact of xamarin.android-oss dated 2021-03-23, d16-9 branch (= version 11.2.2) - *.deb cannot be installed because "lxd" package is not anymore shipped in current ubuntu version
0 commit comments