Skip to content

Commit

Permalink
ci: run main on pr event
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Dec 24, 2024
1 parent 20f5f31 commit 7edbd4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ permissions:

env:
CLOUDSTACK_API_URL: http://localhost:8080/client/api
#CLOUDSTACK_VERSIONS: "['4.18.2.5', '4.19.1.3', '4.20.0.0']"
CLOUDSTACK_VERSIONS: "['1.7.0']"
jobs:
prepare-matrix:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: CI

"on":
on:
pull_request:
push:
branches:
- '**'
Expand Down

0 comments on commit 7edbd4d

Please sign in to comment.