Skip to content

Commit

Permalink
Make rspec.yml workflow name more specific, run on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
phrdang committed Jun 18, 2024
1 parent c883300 commit 0d4bbed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run rspec tests
name: Run all page tests

on: [pull_request]
on: [pull_request, push]

jobs:
build:
Expand Down

0 comments on commit 0d4bbed

Please sign in to comment.