Change workflow push to master only
All checks were successful
Build and Push Image / Build and push image (push) Successful in 10m7s

This commit is contained in:
armistace 2025-06-04 20:10:41 +10:00
parent 49167ee308
commit da1bfd4779

View File

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