Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00fe250

Browse files
committed
CI: More path filter adjustments
1 parent4675d7b commit00fe250

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

‎.github/workflows/javascript.yml‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: JavaScript Tests
22

33
on:
44
pull_request:
5-
branches:[ main ]
65
paths:
7-
-.github/workflows/javascript.yml
8-
-cratedb_sqlparse_js/**
6+
-'.github/workflows/javascript.yml'
7+
-'cratedb_sqlparse_js/**'
98
push:
109
branches:[ main ]
1110
paths:
12-
-.github/workflows/javascript.yml
13-
-cratedb_sqlparse_js/**
11+
-'.github/workflows/javascript.yml'
12+
-'cratedb_sqlparse_js/**'
1413

1514
# Allow job to be triggered manually.
1615
workflow_dispatch:

‎.github/workflows/python.yml‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: Python Tests
22

33
on:
44
pull_request:
5-
branches:[ main ]
65
paths:
7-
-.github/workflows/python.yml
8-
-cratedb_sqlparse_py/**
6+
-'.github/workflows/python.yml'
7+
-'cratedb_sqlparse_py/**'
98
push:
109
branches:[ main ]
1110
paths:
12-
-.github/workflows/python.yml
13-
-cratedb_sqlparse_py/**
11+
-'.github/workflows/python.yml'
12+
-'cratedb_sqlparse_py/**'
1413

1514
# Allow job to be triggered manually.
1615
workflow_dispatch:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp