Skip to content

Commit

Permalink
Update workflows to main
Browse files Browse the repository at this point in the history
I renamed the main branch
  • Loading branch information
euank committed Jan 4, 2025
1 parent 53023e8 commit ca6c0d0
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: ci
on:
push:
branches: [master, staging, trying]
branches: [main, staging, trying]
pull_request:
branches: [master]
branches: [main]
workflow_dispatch: {}
jobs:
build:
Expand Down

0 comments on commit ca6c0d0

Please sign in to comment.