Skip to content

Commit

Permalink
Merge pull request #1895 from rubocop/run-actions-on-2-x-stable-branch
Browse files Browse the repository at this point in the history
Run actions on 2-x-stable branch
  • Loading branch information
bquorning authored Jun 3, 2024
2 parents 3d97a57 + 5cf9381 commit 5dea642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: CI
on:
pull_request:
push:
branches:
- master
branches: 2-x-stable

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish
on:
push:
branches: master
branches: 2-x-stable
paths: lib/rubocop/rspec/version.rb
jobs:
publish:
Expand Down

0 comments on commit 5dea642

Please sign in to comment.