Skip to content

Commit

Permalink
feat(impl):[TRI-1465] quality checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Jul 19, 2023
1 parent 502cf5d commit 894b6e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/quality-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: "Quality Checks (Release Guidelines)"

on:
workflow_dispatch:
workflow_dispatch: # Trigger manually
push:
branches:
- main
pull_request:
branches:
- main
Expand Down

0 comments on commit 894b6e2

Please sign in to comment.