Change workflow push to master only

This commit is contained in:
armistace 2025-06-04 20:10:41 +10:00
parent 1f4b7100bc
commit e9a7daf5b3

View File

@ -1,5 +1,8 @@
name: Build and Push Image
on: [ push ]
on:
push:
branches:
- master
jobs:
build: