Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI-Pipeline

permissions:
contents: read
statuses: write
pull-requests: write
issues: write

# Controls when the workflow will run, when comment is created
on:
issue_comment:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release-Pipeline

permissions:
contents: write
issues: write

# Trigger on push(merge) to main branch
on:
push:
Expand Down