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 3e351a3 commit b3b77f3Copy full SHA for b3b77f3
.github/workflows/build-and-release.yml
@@ -1,8 +1,8 @@
1
name: Build
2
on:
3
- push:
4
- branches:
5
- - main
+ pull_request:
+ types:
+ - closed
6
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.ref }}
@@ -27,7 +27,7 @@ jobs:
27
echo "FUNCTION=$FUNCTION" >> $GITHUB_ENV
28
- name: Run GitOps Automatic Versioning Action
29
id: gitops-autover
30
- uses: AlexAtkinson/github-action-gitops-autover@0.1.5
+ uses: AlexAtkinson/github-action-gitops-autover@0.1.6
31
- name: Set Version Dependent Envars
32
run: |
33
VERSION=${{ steps.gitops-autover.outputs.new-version }}
0 commit comments