Skip to content

Commit

Permalink
fix(#31): run ci on pull_request trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Nov 10, 2023
1 parent 2069946 commit 113d76d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI

on: push
on:
push:
pull_request:

permissions:
contents: write
Expand Down

0 comments on commit 113d76d

Please sign in to comment.