Skip to content

Commit

Permalink
rename main
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Jun 1, 2024
1 parent 92ee608 commit aac0984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Ubuntu

on:
push:
branches: [ master ]
branches: [ main ]
tags: ['v*']
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Windows

on:
push:
branches: [ master ]
branches: [ main ]
tags: ['v*']
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit aac0984

Please sign in to comment.