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

Commit204dda0

Browse files
committed
Run pipeline on tagged pushes
1 parentb826540 commit204dda0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: linux
33
on:
44
push:
55
branches:[ master ]
6-
pull_request:
7-
branches:[ master ]
6+
tags:
7+
-"v*"
88

99
jobs:
1010
test-linux:

‎.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: macOS
33
on:
44
push:
55
branches:[ master ]
6-
pull_request:
7-
branches:[ master ]
6+
tags:
7+
-"v*"
88

99
jobs:
1010
test-macos:

‎.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: windows
33
on:
44
push:
55
branches:[ master ]
6-
pull_request:
7-
branches:[ master ]
6+
tags:
7+
-"v*"
88

99
jobs:
1010
test-windows:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp