1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Change default branch to main

This commit is contained in:
stefanprodan
2020-10-01 22:45:45 +03:00
parent 16adeb1373
commit fa67789350
4 changed files with 6 additions and 6 deletions

View File

@@ -3,8 +3,7 @@ on:
push:
branches:
- docs*
- roadmap*
- master
- main
tags:
- '*'

View File

@@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
jobs:
kind:

View File

@@ -1,9 +1,9 @@
name: FOSSA
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
jobs:
build: