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.
1 parent f7daf36 commit 9c699e3Copy full SHA for 9c699e3
.github/workflows/ci.yml
@@ -1,21 +1,14 @@
1
# This workflow runs continuous CI across different versions of ruby on all branches and pull requests to develop.
2
3
name: CI
4
-
5
-# Controls when the action will run.
6
on:
7
- # Triggers the workflow on push or pull request events but only for the develop branch
8
push:
9
branches: [ '**' ]
10
pull_request:
11
branches: [ develop ]
12
13
- # Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
16
-# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17
jobs:
18
- # This workflow contains a single job called "build"
19
tests:
20
name: Ruby ${{ matrix.ruby }}
21
if: "contains(github.event.commits[0].message, '[ci skip]') == false"
0 commit comments