Fix CI branch name. (#442)
This commit is contained in:
committed by
GitHub
parent
360efa2123
commit
d0df2d028a
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -4,9 +4,9 @@ name: snmalloc CI
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the master branch
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master, snmalloc2 ]
|
||||
branches: [ main, snmalloc1 ]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user