Skip to content

Commit

Permalink
enable GHA for pushes to develop and stable branches
Browse files Browse the repository at this point in the history
without this there is never a "base" cache and PRs always start off
without any cached gems, taking longer to execute
  • Loading branch information
evgeni authored and ekohl committed Nov 27, 2023
1 parent b3b6aa3 commit 38e2c55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/foreman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
name: Foreman

on:
- pull_request
pull_request:
push:
branches:
- 'develop'
- '*-stable'

env:
RAILS_ENV: test
Expand Down

0 comments on commit 38e2c55

Please sign in to comment.