Skip to content

Commit 724b8df

Browse files
authored
Merge pull request #64 from Normo/13-default-branch-main
Ensure new default branch main is used by Galaxy
2 parents 8c2dd75 + 86edf5a commit 724b8df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
uses: "robertdebock/[email protected]"
7272
with:
7373
galaxy_api_key: "${{ secrets.galaxy_api_key }}"
74-
git_branch: "master"
74+
git_branch: "main"

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
galaxy_info:
3+
standalone: true
34
role_name: "unattended_upgrades"
45
author: "hifis"
56
description: "Setup unattended-upgrades on Debian-based systems"

0 commit comments

Comments
 (0)