Disable critical GH Actions on `master`
To mark `master` as in v5 development mode
This commit is contained in:
parent
2b56ad4f6d
commit
a613eb2d82
|
@ -3,7 +3,7 @@ name: Build and deploy Jekyll documentation site
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "4.3-stable"
|
||||
|
||||
env:
|
||||
RUBY_VERSION: 2.7
|
||||
|
|
|
@ -3,7 +3,6 @@ name: Release Gem
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "*-stable"
|
||||
paths:
|
||||
- "lib/**/version.rb"
|
||||
|
|
Loading…
Reference in New Issue