Restrict self-publish to only pushes to main
This commit is contained in:
parent
a27d70ed75
commit
03251b430c
@ -1,7 +1,10 @@
|
||||
# I Am A Strange Loop
|
||||
name: Mirror to GitHub
|
||||
run-name: Mirror to GitHub
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
Loading…
x
Reference in New Issue
Block a user