Skip to content

Commit

Permalink
Updated pronto and rspec to be run on pullrequests to any branches
Browse files Browse the repository at this point in the history
  • Loading branch information
damisul committed Aug 8, 2024
1 parent 85e4f82 commit 2a8434b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pronto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pronto

on:
pull_request:
branches: [ master ]
branches: *

jobs:
pronto:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches: *

jobs:
test:
Expand Down

0 comments on commit 2a8434b

Please sign in to comment.