Skip to content

Commit c7055ee

Browse files
committed
revert
1 parent 69cfa2e commit c7055ee

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
name: CI
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
4+
push:
5+
branches:
6+
- main
77

8-
pull_request:
9-
branches:
10-
- main
11-
12-
# pull_request_target:
13-
# types: [opened, synchronize]
8+
pull_request_target:
9+
types: [opened, synchronize]
1410

1511
concurrency:
1612
group: ci-${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)