Skip to content

Commit

Permalink
Actions as a list. The doc says it is possible, but it does not...
Browse files Browse the repository at this point in the history
  • Loading branch information
VicDeo committed Jan 29, 2024
1 parent 943614c commit 16ed444
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: "Run Tests"
on: [push, pull_request, workflow_dispatch]
paths-ignore:
- 'README.md'
on:
push:
paths-ignore:
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'
workflow_dispatch:
paths-ignore:
- 'README.md'

jobs:
test:
Expand Down

0 comments on commit 16ed444

Please sign in to comment.