We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784a06c commit 2af7f02Copy full SHA for 2af7f02
1 file changed
.github/workflows/ruby.yml
@@ -1,6 +1,16 @@
1
name: CI
2
3
-on: [push, pull_request, workflow_dispatch]
+ pull_request:
4
+ paths-ignore:
5
+ - '*.md'
6
+ push:
7
+ branches-ignore:
8
+ - v1
9
+ tags-ignore:
10
+ - '*'
11
12
13
+ workflow_dispatch:
14
15
jobs:
16
main:
@@ -48,7 +58,7 @@ jobs:
48
58
runs-on: ${{ matrix.os }}
49
59
steps:
50
60
- name: Checkout
51
- uses: actions/checkout@v2
61
+ uses: actions/checkout@v3
52
62
53
63
- name: Ruby Install
54
64
uses: ./
0 commit comments