Skip to content

Commit

Permalink
expand when workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead authored Jul 22, 2024
1 parent 88b4282 commit 68572db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Run rspec tests

on: [pull_request]
on:
- pull_request
- push
- workflow_dispatch

jobs:
a11y:
Expand Down

0 comments on commit 68572db

Please sign in to comment.