Skip to content

Commit

Permalink
ci: run tests on pull requests (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
timarenz authored Jul 26, 2023
1 parent 97373a6 commit 84a6732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-action-blocked.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: test-action-blocked
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "30 8 * * *"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: test-action
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "30 8 * * *"
Expand Down

0 comments on commit 84a6732

Please sign in to comment.