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
3 changes: 3 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: container project - common jobs

permissions:
contents: read

on:
workflow_call:
inputs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Manual workflow for releasing docs ad-hoc. Workflow can only be run for main or release branches.
# Workflow does NOT publish a release of container.
name: Deploy application website

permissions:
contents: read

on:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/merge-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: container project - merge build

permissions:
contents: read

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: container project - PR build

permissions:
contents: read

on:
pull_request:
types: [opened, reopened, synchronize]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: container project - release build

permissions:
contents: read

on:
push:
tags:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: container project - release build

permissions:
contents: read

on:
push:
tags:
Expand Down