Skip to content

Commit

Permalink
Merge pull request #11 from mbland/github-actions-remove-conditional
Browse files Browse the repository at this point in the history
Remove Run Tests conditional, pull_request.types
  • Loading branch information
mbland authored Nov 26, 2023
2 parents 1972915 + a9b8f48 commit 3147dbc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ on:
pull_request:
branches: [ "main" ]
paths-ignore: [ ".*", "**/.*", "**.md", "**.txt" ]
types: [ opened, synchronize, reopened, closed ]
workflow_dispatch:

jobs:
build-test:
name: "Run Tests"
if: >-
github.event_name == 'push' ||
github.event.pull_request.state == 'open' ||
github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3147dbc

Please sign in to comment.