Skip to content

Commit 4b94264

Browse files
committed
Switch default branch to main
1 parent 0bfad2a commit 4b94264

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22

33
on:
44
push:
5-
branches: ["master"]
5+
branches: ["main"]
66
tags: ["*"]
77
pull_request:
8-
branches: ["master"]
8+
branches: ["main"]
99
schedule:
1010
- cron: "0 17 * * 2"
1111

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coreos-bootstrap
22
================
33

44
[![GitHub release](https://img.shields.io/github/release/instrumentisto/ansible-coreos-bootstrap.svg)](https://github.com/instrumentisto/ansible-coreos-bootstrap/releases/latest)
5-
[![CI](https://github.com/instrumentisto/ansible-coreos-bootstrap/actions/workflows/ci.yml/badge.svg?branch=master "CI")](https://github.com/instrumentisto/ansible-coreos-bootstrap/actions?query=workflow%3ACI+branch%3Amaster)
5+
[![CI](https://github.com/instrumentisto/ansible-coreos-bootstrap/actions/workflows/ci.yml/badge.svg?branch=main "CI")](https://github.com/instrumentisto/ansible-coreos-bootstrap/actions?query=workflow%3ACI+branch%3Amain)
66
[![Python](https://img.shields.io/badge/Python-3.11-blue.svg)](https://www.pypy.org)
77
[![PyPy](https://img.shields.io/badge/PyPy-7.3.19-blue.svg)](https://www.pypy.org)
88

@@ -23,7 +23,7 @@ Add to your `requirements.yml`:
2323
```yaml
2424
- name: instrumentisto.coreos-bootstrap
2525
src: git+https://github.com/instrumentisto/ansible-coreos-bootstrap
26-
version: master
26+
version: 4.0.0
2727
```
2828
2929
And resolve your dependencies:

0 commit comments

Comments
 (0)