We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 254acb1 + 0f62c8a commit b8fdc4fCopy full SHA for b8fdc4f
.github/workflows/run-spec.yml
@@ -3,6 +3,14 @@ name: Run rspec
3
4
on:
5
push:
6
+ branches:
7
+ - main
8
+ pull_request:
9
+ types:
10
+ - opened
11
+ - synchronize
12
+ - reopened
13
+ workflow_dispatch:
14
15
jobs:
16
run-rspec:
.github/workflows/verify-readme.yml
@@ -3,6 +3,14 @@ name: Verify README.md is up-to-date
verify-readme:
0 commit comments