Skip to content

Commit

Permalink
chore: update cqa trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 15, 2024
1 parent 5ba21a4 commit 35ab4b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/code-quality-assurance.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: "Code quality assurance: @exile-watch / doryani"

on:
push:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize

jobs:
code-quality-assurance:
runs-on: ubuntu-latest
steps:
- name: Code quality assurance
if: "!contains(github.event.head_commit.message, '[skip ci]')"
uses: exile-watch/doryani/code-quality-assurance@main
with:
GH_ACTOR: ${{ github.actor }}
Expand Down

0 comments on commit 35ab4b1

Please sign in to comment.