Skip to content

Commit

Permalink
Trigger tests from all PRs (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern authored Oct 16, 2023
1 parent c54eae8 commit b03a1f7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: test

on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize]

push:
branches: [main]

workflow_dispatch:

jobs:
action_with_defaults:
Expand Down

0 comments on commit b03a1f7

Please sign in to comment.