Skip to content

Commit

Permalink
chore: run workflows for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
M0r13n committed Oct 19, 2024
1 parent 387b085 commit 6ce6a88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: [push]
on:
push:
pull_request:
types: [opened, reopened, review_requested, edited]

jobs:
build:
Expand Down

0 comments on commit 6ce6a88

Please sign in to comment.