Skip to content

Commit

Permalink
Update CI to trigger for each push (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
bekiroguz authored Oct 1, 2024
1 parent 9cbf791 commit 992a8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: ["*"]
branches: ["**"]
tags: ["v*"]

permissions:
Expand Down Expand Up @@ -114,4 +114,4 @@ jobs:
cache: sbt
- name: Submit dependency graph
uses: scalacenter/sbt-dependency-submission@v2


0 comments on commit 992a8e9

Please sign in to comment.