Skip to content

Commit

Permalink
also build for main.
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-kurur committed Feb 1, 2024
1 parent 8289ca2 commit 38d9245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build
on:
push:
branches: [ 'master' , '0.3' ]
branches: [ 'main' , 'master' , '0.3' ]
pull_request:
branches: [ 'master' , '0.3' ]
branches: [ 'main' , 'master' , '0.3' ]
schedule:
# Daily build.
- cron: '42 8 * * *'
Expand Down

0 comments on commit 38d9245

Please sign in to comment.