Skip to content

Commit

Permalink
Merge pull request #5 from mbland/github-actions-revert-on-changes
Browse files Browse the repository at this point in the history
Run Tests on push, pull_request, workflow_dispatch
  • Loading branch information
mbland committed Nov 25, 2023
2 parents fa29835 + ca0063b commit da33040
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/run-tests.yaml
@@ -1,12 +1,6 @@
name: Run Tests

on:
push:
branches-ignore: [ "wip/**" ]
paths-ignore: [ ".*", "**/.*", "**.md", "**.txt" ]
pull_request:
paths-ignore: [ ".*", "**/.*", "**.md", "**.txt" ]
workflow_dispatch:
on: [push, pull_request, workflow_dispatch]

jobs:
build-test:
Expand Down

0 comments on commit da33040

Please sign in to comment.