Skip to content

Commit

Permalink
Update jenkins-trigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Jul 11, 2024
1 parent 799e16d commit 9a75dc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jenkins-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Trigger Jenkins CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
Expand All @@ -8,7 +9,7 @@ on:
branches: [ master ]

jobs:
trigger-a-jenkins-job:
trigger-jenkins-job:
runs-on: ubuntu-latest
steps:
- id: triggerjenkinsjob
Expand Down

0 comments on commit 9a75dc9

Please sign in to comment.