Skip to content

Commit

Permalink
Avoid running workflows when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Nov 14, 2023
1 parent b383323 commit 518df3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/qa-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ concurrency: azure-vm

on:
pull_request:
paths-ignore:
- docs/**
- tools/**
- '*.md'
workflow_dispatch:
push:
branches: [main]
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: QA

on:
pull_request:
paths-ignore:
- docs/**
- msix/**
- '*.md'
push:
branches: [main]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Validate pull request title
on:
pull_request:
types: [opened, edited]
branches: main

jobs:
validate:
Expand Down

0 comments on commit 518df3a

Please sign in to comment.