Skip to content

Commit

Permalink
Run workflows when files *in* the directories change
Browse files Browse the repository at this point in the history
*Sigh*.
  • Loading branch information
mpalmer committed Oct 3, 2022
1 parent a4cbd1a commit db566eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/qc_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
push:
branches: [main]
paths:
- ruby
- rust
- ruby/**
- rust/**
- .github/workflows/qc_ruby.yml
pull_request:
branches: [main]
paths:
- ruby
- rust
- ruby/**
- rust/**
- .github/workflows/qc_ruby.yml
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qc_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ on:
push:
branches: [main]
paths:
- rust
- rust/**
- .github/workflows/qc_rust.yml
pull_request:
branches: [main]
paths:
- rust
- rust/**
- .github/workflows/qc_rust.yml
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
push:
branch: [main]
paths:
- ruby
- rust
- ruby/**
- rust/**
- .github/workflows/release_ruby.yml
workflow_dispatch:

Expand Down

0 comments on commit db566eb

Please sign in to comment.