Skip to content

Commit 1a096f2

Browse files
committed
Does this work?
1 parent e4275a1 commit 1a096f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ignore-this-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ permissions:
88
on:
99
workflow_dispatch:
1010
push:
11-
branches:
12-
- main
1311
paths:
1412
- .github/workflows/ignore-this-ci.yml
1513
- ignore-this/*
@@ -56,7 +54,7 @@ jobs:
5654
fail-on-empty: true
5755

5856
- name: Install Sectigo CodeSiging CA certificates
59-
run: |
57+
run: |-
6058
sudo apt-get update
6159
sudo apt-get install -y ca-certificates
6260
sudo cp build/SectigoPublicCodeSigningRootCrossAAA.crt /usr/local/share/ca-certificates/

0 commit comments

Comments
 (0)