Skip to content

Commit

Permalink
Only ci test on branches
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Sep 7, 2023
1 parent 9040522 commit 3cdaf0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI Build

on: [push]
on:
push:
branches:
- "**"

jobs:
build:
Expand Down

0 comments on commit 3cdaf0d

Please sign in to comment.