Disable critical GH Actions on `master`

To mark `master` as in v5 development mode
This commit is contained in:
Ashwin Maroli 2022-10-20 22:21:44 +05:30
parent 2b56ad4f6d
commit a613eb2d82
3 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Build and deploy Jekyll documentation site
on:
push:
branches:
- master
- "4.3-stable"
env:
RUBY_VERSION: 2.7

View File

@ -3,7 +3,6 @@ name: Release Gem
on:
push:
branches:
- master
- "*-stable"
paths:
- "lib/**/version.rb"