Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichdmitry committed Dec 17, 2024
1 parent b33abc2 commit 35c82c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish-cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Publish-CloudFormation

on:
workflow_dispatch:
# push:
# branches:
# - main
# - "[0-9]+.[0-9]+"
# paths:
# - deploy/asset-inventory-cloudformation/*.yml
# - deploy/cloudformation/*.yml
# - scripts/publish_cft.sh
# - .github/workflows/publish-cloudformation.yml
# - version/version.go
push:
branches:
- main
- "[0-9]+.[0-9]+"
paths:
- deploy/asset-inventory-cloudformation/*.yml
- deploy/cloudformation/*.yml
- scripts/publish_cft.sh
- .github/workflows/publish-cloudformation.yml
- version/version.go

jobs:
publish_cloudformation:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package version

// name matches github.com/elastic/beats/v7/dev-tools/mage/settings.go parseBeatVersion
const defaultBeatVersion = "8.17.0"
const defaultBeatVersion = "9.0.0"

// Version represents version information for a package
type Version struct {
Expand Down

0 comments on commit 35c82c6

Please sign in to comment.