Skip to content

Commit

Permalink
ci: only run ci action for branches
Browse files Browse the repository at this point in the history
  • Loading branch information
fritterhoff committed May 19, 2023
1 parent a3b0744 commit cf9b6bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
branches:
- "*"

name: CI build
jobs:
Expand Down

0 comments on commit cf9b6bc

Please sign in to comment.