orchid00 / actions_sandbox

https://ropenscilabs.github.io/actions_sandbox/
Other
17 stars 6 forks source link

default branch to main #36

Open MaelTheuliere opened 3 years ago

MaelTheuliere commented 3 years ago

The main branch replace the master branch as default github branch when creating a new repo since yesterday : https://www.techrepublic.com/article/github-to-replace-master-with-main-starting-in-october-what-developers-need-to-know/

murraycadzow commented 3 years ago

Thanks @MaelTheuliere. I've begun to make the necessary changes

MaelTheuliere commented 3 years ago

Thanks @murraycadzow ! May be you might keep both for now in case of some people want to use it for older repo ?

on:
  push:
     branches:
       - master
       - main