Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable build and upload step on push to main #15

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build And Upload

#on:
# push:
# branches:
# - main*
# workflow_dispatch:
# workflow_call:
on:
push:
branches:
- main*
Copy link
Contributor

@sky333999 sky333999 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should ideally be only main.
The way it currently is, another main-* branch would overwrite the image published from main and it would be hard to track who's publishing what.

workflow_dispatch:
workflow_call:

jobs:
MakeBinary:
Expand Down