Skip to content

Commit 6081615

Browse files
Merge pull request #238 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents ed77be0 + cfa41bc commit 6081615

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: echo "::set-env name=RUNNING::"
8585
if: "! env.GIT_DIFF"
8686
- name: Set running flag
87-
if: matrix.node == '12' && startsWith(github.ref, 'refs/tags/')
87+
if: matrix.node == '12' && github.ref == join('refs/heads/', github.event.repository.default_branch)
8888
run: echo "::set-env name=RUNNING::1"
8989
- name: Set running flag
9090
run: |

.github/workflows/pr-updated.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
trigger workflow
2929
Update TOC
3030
Update package version
31+
TITLE: '## Changes'
3132

3233
assignToProject:
3334
name: Assign PullRequest to Project

0 commit comments

Comments
 (0)