Skip to content

Commit

Permalink
run CI only for pull requests and pushes to master branch. (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
bekiroguz authored Jan 20, 2025
1 parent 590756a commit 3ef46b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: CI
on:
workflow_dispatch:
push:
branches: ["**"]
branches: ["master"]
tags: ["v*"]
pull_request:
branches: ["master"]
Expand Down

0 comments on commit 3ef46b7

Please sign in to comment.