Skip to content

Commit

Permalink
minor ci linting, added issue linting for all branch (#135)
Browse files Browse the repository at this point in the history
* minor ci linting

minor ci linting

* added issue lint on all branch

added issue lint on all branch
  • Loading branch information
nevilm-lt committed Apr 18, 2022
1 parent 282ccad commit a7258ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull_request_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Pull Request Lint
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
branches-ignore: [beta, main]

jobs:
title:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.changelog.outputs.changelog }}


- if: startsWith(matrix.label, 'release:')
name: Build Cloud Runners
run: |
Expand Down

0 comments on commit a7258ae

Please sign in to comment.