Skip to content

Commit 7703554

Browse files
committed
fix: ci events
1 parent d6f0537 commit 7703554

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

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

33
on:
44
push:
5-
branches: [main]
6-
pull_request:
75
release:
86
types:
97
- published
@@ -196,7 +194,7 @@ jobs:
196194
runs-on: ${{ matrix.runner }}
197195

198196
env:
199-
SHA: ${{ github.event.pull_request.head.sha || github.sha }}
197+
SHA: ${{ github.sha }}
200198

201199
steps:
202200
- name: Checkout repository

0 commit comments

Comments
 (0)