mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
feat: update workflows to include master branch
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
name: Publish Docker Image
|
||||
|
||||
# NOTE: For this action to work, you must enable write permissions in your github repository settings.
|
||||
# Settings -> Actions -> General. "Workflow Permissions". Select "Read and write permissions".
|
||||
# If you forget to enable, the action will fail on push with a 401 error. Just re-run the failed action after enabling.
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "v[0-9]+.[0-9]+.[0-9]+" # ignore rc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user