diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 837ea18e..a24fffd0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,7 +3,7 @@ name: Build and deploy Jekyll documentation site on: push: branches: - - "4.3-stable" + - master env: RUBY_VERSION: 2.7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39d8fd82..3585815a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,7 @@ name: Release Gem on: push: branches: + - master - "*-stable" paths: - "lib/**/version.rb" diff --git a/.github/actions/third-party.disabled b/.github/workflows/third-party.yml similarity index 100% rename from .github/actions/third-party.disabled rename to .github/workflows/third-party.yml diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index eeba3b26..246f7d74 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jekyll - VERSION = "5.0.0.dev" + VERSION = "4.3.0" end