publish after push to main
This commit is contained in:
parent
1e8c92064c
commit
3a9196cda1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: build
|
||||
run: |
|
||||
make -O V=1 -j$(nproc)
|
||||
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
name: publish
|
||||
run: |
|
||||
git config user.email "jepler@gmail.com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue