Skip to content

Commit 36f67b6

Browse files
authored
chore(ci): only running title validator on PR (#1370)
1 parent 37e9862 commit 36f67b6

File tree

3 files changed

+2
-73
lines changed

3 files changed

+2
-73
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
runs-on: ubuntu-latest
1717
permissions:
1818
pull-requests: read
19-
# only on PRs
20-
if: github.event_name == 'pull_request'
2119
steps:
2220
- uses: amannn/action-semantic-pull-request@v6
2321
env:
2422
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
# only on PRs
24+
if: github.event_name == 'pull_request'
2525
run-tests:
2626
name: All tests
2727
permissions:

.releaserc

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)