Skip to content

Commit e3f5ac6

Browse files
authored
Workflows: run CI on PR
CI should run on pull request, not pushes to main
1 parent 2664548 commit e3f5ac6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
name: CI
44

55
on:
6-
push:
7-
branches:
8-
- main
6+
pull_request:
7+
types:
8+
- opened
9+
- reopened
10+
- synchronize
911

1012
jobs:
1113
flatpak:
@@ -56,4 +58,4 @@ jobs:
5658
uses: actions/checkout@v4
5759

5860
- name: Lint
59-
run: io.elementary.vala-lint -d .
61+
run: io.elementary.vala-lint -d .

0 commit comments

Comments
 (0)