Skip to content

Commit

Permalink
fix: Wrong branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
BiDuang authored Nov 29, 2023
1 parent 1cba2ec commit a8e04c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Test.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test
name: test

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

jobs:
test_build:
Expand Down

0 comments on commit a8e04c3

Please sign in to comment.