Skip to content

Commit a82b2c0

Browse files
Update publish.yml
1 parent 931558b commit a82b2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Puzzle
22
on:
33
workflow_dispatch:
4-
4+
pull_request:
55
jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: step-security/harden-runner@v2
9+
- uses: step-security/harden-runner@int
1010
with:
1111
egress-policy: audit
1212
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)