Skip to content

Commit c01967b

Browse files
authored
Merge pull request #52 from github/gorzell/ci
actions: Update events that trigger CI.
2 parents 4b41c26 + 76b864f commit c01967b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI
22

33
on:
44
push:
5+
branches: [ main ]
6+
pull_request:
7+
workflow_dispatch:
58

69
permissions:
710
contents: read

0 commit comments

Comments
 (0)