Skip to content

Commit

Permalink
ci(test): adjust triggers to pull request to be on target main [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jan 25, 2024
1 parent 1ced0cd commit 5843da4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
name: lint
on:
push:
pull_request:
branches:
- main
- stable-*
pull_request:
workflow_dispatch:
workflow_call: # so composite actions can use this

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: release
on:
# push:
# tags:
# - 'v*'
push:
branches: [main]
paths: [CHANGELOG.md] # your changelog file if different
workflow_dispatch:
workflow_call:
concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: test
on:
pull_request:
branches:
- main
workflow_dispatch:
workflow_call:
permissions:
Expand Down
5 changes: 5 additions & 0 deletions aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ registries:
ref: v4.122.1 # renovate: depName=aquaproj/aqua-registry
packages:
- name: miniscruff/changie@v1.18.0
tags: ['release']
- name: golang/go@go1.21.6
tags: ['release']
- name: direnv/direnv@v2.33.0
- name: magefile/mage@v1.15.0
tags: ['release']
- name: charmbracelet/glow@v1.5.1
- name: goreleaser/goreleaser@v1.23.0
tags: ['release']
- name: mvdan/gofumpt@v0.5.0
- name: golang.org/x/tools/gopls@v0.14.2
- name: golang/tools/gorename@v0.17.0
Expand All @@ -19,5 +23,6 @@ packages:
- name: golang/tools/godoc@v0.17.0
- name: golang/tools/guru@v0.17.0
- name: anchore/syft@v0.101.1
tags: ['release']
- name: direnv/direnv@v2.33.0
- name: thycotic/dsv-cli@v1.40.6

0 comments on commit 5843da4

Please sign in to comment.