Skip to content

Commit

Permalink
Fix the branch name
Browse files Browse the repository at this point in the history
The branch was renamed to 'main'
  • Loading branch information
filmil committed Feb 16, 2023
1 parent becb07d commit 7ba9e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
test:
Expand Down

0 comments on commit 7ba9e0f

Please sign in to comment.