Skip to content

Commit

Permalink
[#61] Added PR trigger to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Brouwer committed Oct 24, 2023
1 parent e8e1992 commit 97f760a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
# Runs on pushes targeting the default branch
push:
branches-ignore: ["main"]
pull_request:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -14,7 +15,7 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: "cd"
group: ci-${{ github.ref }}${{ github.event_name == 'workflow_dispatch' && '[dispatch]' || '' }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 97f760a

Please sign in to comment.