Skip to content

Commit

Permalink
Merge pull request #227 from Kovah/dev
Browse files Browse the repository at this point in the history
Correct Github workflows
  • Loading branch information
Kovah authored Feb 4, 2021
2 parents 8d22b73 + a5e7cc6 commit 68612ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Analyze
on:
push:
branches:
- master
- main

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Release Package
on:
push:
branches:
- master
- main

jobs:

Expand Down

0 comments on commit 68612ca

Please sign in to comment.