Set main as default branch
This commit is contained in:
parent
b20e50ecd9
commit
0f635ada41
|
|
@ -4,7 +4,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
kind:
|
kind:
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
name: FOSSA
|
name: FOSSA
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@ jobs:
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
body: |
|
body: |
|
||||||
[CHANGELOG](https://github.com/fluxcd/notification-controller/blob/master/CHANGELOG.md)
|
[CHANGELOG](https://github.com/fluxcd/notification-controller/blob/main/CHANGELOG.md)
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||||
id: upload-release-asset
|
id: upload-release-asset
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue