Skip to content

Commit bb0b87f

Browse files
committed
Prevent duplicate CI runs on pull requests
1 parent 4e39073 commit bb0b87f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
47

58
jobs:
69
linux:

0 commit comments

Comments
 (0)