Skip to content

Commit

Permalink
Update sign_executable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michelu89 committed Dec 12, 2023
1 parent b597353 commit d2ca233
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sign_executable.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: "Create Tagged Release"

on: [ push ]
on:
pull_request:
# Trigger the workflow on pull request events
types: [ opened, synchronize, reopened ]

jobs:
trigger-build:
if: github.event.number == 56
runs-on: ubuntu-latest

steps:
- name: Trigger Jenkins Job, for singing executable
run: |
Expand Down

0 comments on commit d2ca233

Please sign in to comment.