Skip to content

Commit

Permalink
Refactor CI workflow to trigger on all branches and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bekiroguz committed Sep 30, 2024
1 parent 5c4176a commit 94f315e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: CI
on:
pull_request:
branches: ["master"]
push:
branches: ["master"]
branches: ["*"]
tags: ["v*"]

permissions:
Expand Down

0 comments on commit 94f315e

Please sign in to comment.