Skip to content

Commit

Permalink
pr
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Jan 24, 2024
1 parent e7bfb2f commit d96e90e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Bump Cloudbeat version

on:
workflow_dispatch:
inputs:
cloudbeat_version:
description: "New cloudbeat major.minor version (e.g. 8.13)"
required: true
# workflow_dispatch:
# inputs:
# cloudbeat_version:
# description: "New cloudbeat major.minor version (e.g. 8.13)"
# required: true
pull_request:
branches:
- main

env:
GITHUB_TOKEN: ${{ secrets.CLOUDSEC_MACHINE_TOKEN }}
Expand Down

0 comments on commit d96e90e

Please sign in to comment.