Update build.yml
Build and Push / Detect changes (push) Successful in 34s

This commit is contained in:
2026-05-27 23:29:12 +07:00
parent 2dc9cd58aa
commit 833a056625
+7 -1
View File
@@ -5,9 +5,15 @@ on:
branches:
- main
permissions:
contents: read
packages: write
jobs:
build:
changes:
name: Detect changes
runs-on: ubuntu-22.04
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v4