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/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: pre-commit
permissions:
contents: read
pull-requests: write

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Tests
permissions:
contents: read
pull-requests: write

on:
pull_request:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/trigger-ado-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: CI
permissions:
contents: read
pull-requests: write

# Run this workflow every time a commit is pushed to main
# The `workflow_dispatch` had been added to be able to run the
# workflow manually (for testing purposes).
on:
push:
branches:
- "main"
- "main"
workflow_dispatch:

jobs:
Expand Down