Skip to content

Commit

Permalink
add tests for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Jan 30, 2024
1 parent 9a38d85 commit f06ed07
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Run tests (Linux)

# Manual start only. Trying the save some minutes :)
'on':
[workflow_dispatch]
# Allows for manually starting tests
workflow_dispatch:
# Triggers when pull request is created
pull_request:

# See: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/tests-mac.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Run tests (Mac)

# Manual start only. Trying the save some minutes :)
on:
[workflow_dispatch]
'on':
# Allows for manually starting tests
workflow_dispatch:
# Triggers when pull request is created
pull_request:

# See: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/tests-win.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Run tests (Win)

# Manual start only. Trying the save some minutes :)
on:
[workflow_dispatch]
'on':
# Allows for manually starting tests
workflow_dispatch:
# Triggers when pull request is created
pull_request:

# See: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
Expand Down

0 comments on commit f06ed07

Please sign in to comment.