Skip to content

Commit 9aa030b

Browse files
committed
(maint) update default branch and daily status badge
1 parent eda4456 commit 9aa030b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/static_code_analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Static Code Analysis
33

44
on:
55
push:
6-
branches: [ $default-branch ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ $default-branch ]
8+
branches: [ main ]
99

1010
jobs:
1111
static_code_analysis:

.github/workflows/unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Unit Tests with nightly Puppet gem
33

44
on:
55
push:
6-
branches: [ $default-branch ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ $default-branch ]
8+
branches: [ main ]
99

1010
jobs:
1111
unit_tests_with_nightly_puppet_gem:

.github/workflows/unit_tests_with_released_puppet_gem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Unit Tests with released Puppet gem
33

44
on:
55
push:
6-
branches: [ $default-branch ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ $default-branch ]
8+
branches: [ main ]
99

1010
jobs:
1111
unit_tests_with_released_puppet_gem:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# yumrepo_core
33

4-
[![Modules Status](https://github.com/puppetlabs/puppetlabs-yumrepo_core/workflows/[Daily]%20Unit%20Tests%20with%nightly%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-yumrepo_core/actions)
4+
[![Modules Status](https://github.com/puppetlabs/puppetlabs-yumrepo_core/workflows/%5BDaily%5D%20Unit%20Tests%20with%20nightly%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-yumrepo_core/actions)
55
[![Modules Status](https://github.com/puppetlabs/puppetlabs-yumrepo_core/workflows/Static%20Code%20Analysis/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-yumrepo_core/actions)
66
[![Modules Status](https://github.com/puppetlabs/puppetlabs-yumrepo_core/workflows/Unit%20Tests%20with%20nightly%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-yumrepo_core/actions)
77
[![Modules Status](https://github.com/puppetlabs/puppetlabs-yumrepo_core/workflows/Unit%20Tests%20with%20released%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-yumrepo_core/actions)

0 commit comments

Comments
 (0)