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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- "4.3-stable"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUBY_VERSION: 2.7
|
RUBY_VERSION: 2.7
|
||||||
|
|
|
@ -3,7 +3,6 @@ name: Release Gem
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
|
||||||
- "*-stable"
|
- "*-stable"
|
||||||
paths:
|
paths:
|
||||||
- "lib/**/version.rb"
|
- "lib/**/version.rb"
|
||||||
|
|
Loading…
Reference in New Issue