Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Only run workflow against master branch or PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Apr 25, 2021
1 parent 52eb8f2 commit dfd041c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Ruby

on: [push, pull_request]
on:
workflow_dispatch:
push:
branches:
- master
pull_request:

jobs:
test:
Expand Down

0 comments on commit dfd041c

Please sign in to comment.