fix: trigger workflow on master branch, not main
Continuous Integration / checks (push) Successful in 19m27s
Continuous Integration / checks (push) Successful in 19m27s
This commit is contained in:
@@ -2,7 +2,7 @@ name: "Continuous Integration"
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user