mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-09 15:08:08 -05:00
Disable critical GH Actions on master
To mark `master` as in v5 development mode
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -3,7 +3,7 @@ name: Build and deploy Jekyll documentation site
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "4.3-stable"
|
||||
|
||||
env:
|
||||
RUBY_VERSION: 2.7
|
||||
|
||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -3,7 +3,6 @@ name: Release Gem
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "*-stable"
|
||||
paths:
|
||||
- "lib/**/version.rb"
|
||||
|
||||
Reference in New Issue
Block a user