Skip to content

Commit

Permalink
Restore push triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mstopa-splunk committed Oct 16, 2024
1 parent 634143d commit 6b4b31f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@

name: ci-lite
on:
push:
branches:
- "main"
- "releases/*"
- "develop"
- "next*"
pull_request:
branches:
- "main"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@

name: ci-main
on:
push:
branches:
- "main"
- "releases/*"
- "develop"
- "next*"
pull_request:
branches:
- "main"
Expand Down

0 comments on commit 6b4b31f

Please sign in to comment.