Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: echo "::set-env name=RUNNING::"
if: "! env.GIT_DIFF"
- name: Set running flag
if: matrix.node == '12' && startsWith(github.ref, 'refs/tags/')
if: matrix.node == '12' && github.ref == join('refs/heads/', github.event.repository.default_branch)
run: echo "::set-env name=RUNNING::1"
- name: Set running flag
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
trigger workflow
Update TOC
Update package version
TITLE: '## Changes'

assignToProject:
name: Assign PullRequest to Project
Expand Down