Skip to content

Commit dc0339e

Browse files
committed
ci: run on pushes to main
1 parent f760a48 commit dc0339e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: CI
22

33
on:
4+
push:
5+
branches: ["main"]
46
pull_request_target:
57
paths:
68
- 'src/**'
79
- 'test/**'
810
- '*.json'
9-
# Allows you to run this workflow manually from the Actions tab
1011
workflow_dispatch:
1112

1213
jobs:

0 commit comments

Comments
 (0)