Skip to content

Commit f7b0891

Browse files
committed
Restrict CI push trigger to main/master, run on pull_request too
1 parent e985b97 commit f7b0891

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: ["**"]
5+
branches: ["main", "master"]
6+
pull_request:
67
workflow_dispatch:
78

89
jobs:

0 commit comments

Comments
 (0)