Skip to content

Commit

Permalink
Rework triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Nov 7, 2024
1 parent ab4bd0d commit e15f207
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: "Run Tests"

on: [push]
on:
push:
pull_request:
types:
- opened
- synchronize
- reopened
- closed

jobs:
test:
Expand Down

0 comments on commit e15f207

Please sign in to comment.