Skip to content

Commit

Permalink
Test workflow changes when workflows change
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Aug 14, 2020
1 parent 58819de commit cb79089
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ name: test
on:
push:
branches: [main, master]
paths: '**.rs'
paths:
- '**.rs'
- .github/**
pull_request:
branches: [main, master]
paths: '**.rs'
paths:
- '**.rs'
- .github/**

jobs:
test:
Expand Down

0 comments on commit cb79089

Please sign in to comment.