Skip to content

Commit 9c699e3

Browse files
committed
Update CI.
1 parent f7daf36 commit 9c699e3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
# This workflow runs continuous CI across different versions of ruby on all branches and pull requests to develop.
22

33
name: CI
4-
5-
# Controls when the action will run.
64
on:
7-
# Triggers the workflow on push or pull request events but only for the develop branch
85
push:
96
branches: [ '**' ]
107
pull_request:
118
branches: [ develop ]
12-
13-
# Allows you to run this workflow manually from the Actions tab
149
workflow_dispatch:
1510

16-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1711
jobs:
18-
# This workflow contains a single job called "build"
1912
tests:
2013
name: Ruby ${{ matrix.ruby }}
2114
if: "contains(github.event.commits[0].message, '[ci skip]') == false"

0 commit comments

Comments
 (0)