Skip to content

Commit 1a6d3e0

Browse files
authored
ci: don't run ci on push to main (#215)
No run on main
1 parent d0c4a18 commit 1a6d3e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: CI
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
5+
workflow_dispatch:
76

87
concurrency:
98
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)