Skip to content

Commit

Permalink
ci: run gem-install and sqlite3-ruby workflows on stable branches
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Mar 15, 2024
1 parent c203fa2 commit f821184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches:
- master
- v*.*.x
- "*-stable"
tags:
- v*.*.*
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sqlite3-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
push:
branches:
- master
- v*.*.x
- "*-stable"
tags:
- v*.*.*
pull_request:
Expand Down

0 comments on commit f821184

Please sign in to comment.