We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b739d commit ad341faCopy full SHA for ad341fa
4 files changed
.github/workflows/cd.yml
@@ -1,16 +1,12 @@
1
name: CD Pipeline
2
3
on:
4
- workflow_run:
5
- workflows: ["CI Pipeline"]
6
- types:
7
- - completed
8
- branches:
+ push:
+ branches:
9
- main
10
11
jobs:
12
publish:
13
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
14
runs-on: ubuntu-latest
15
permissions:
16
contents: write
.github/workflows/ci.yml
@@ -2,8 +2,6 @@ name: CI Pipeline
push:
- - main
pull_request:
branches:
0 commit comments