Skip to content

Commit 3a4a996

Browse files
authored
Fix: Updating main workflow
1 parent 8099b3b commit 3a4a996

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ on:
88
tags:
99
- "v*"
1010
pull_request:
11-
12-
concurrency:
13-
group: ${{ github.head_ref || github.run_id }}
14-
cancel-in-progress: true
15-
11+
1612
jobs:
1713
mkdocs-release:
18-
# Release documentation on version tag, but ignore pre-releases
19-
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-')
2014
uses: ./.github/workflows/mkdocs.yml

0 commit comments

Comments
 (0)