Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Nov 18, 2022
1 parent bdd4580 commit c7910af
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: CI

on:
push:
branches: [ main ],
tags: [ '*' ]
pull_request:
branches: {}
branches:
- main
tags:
- '*'
pull_request: {}

concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit c7910af

Please sign in to comment.