Skip to content

Commit

Permalink
Fixing the CI workflow to not run on push (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
flatherskevin authored Nov 20, 2024
1 parent bb46e21 commit 4550ba5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: CI

on:
workflow_dispatch:
push:
pull_request:
branches:
- develop
Expand Down
7 changes: 7 additions & 0 deletions docs/releases/1.0.84.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# [1.0.84](https://github.com/Cloudzero/provision-account/compare/1.0.83...1.0.84) (2024-11-20)

> Fixing the CI workflow to not run on push.
## Bug Fixes

* **CI:** Fixing the CI workflow to not run on push. This was leftover from testing on 1.0.83

0 comments on commit 4550ba5

Please sign in to comment.