exclude zig-develop* branches from main build CI
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 4m46s Details

This commit is contained in:
Emil Lerch 2024-01-22 14:27:45 -08:00
parent a5929c2d5e
commit fcf456137f
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
name: AWS-Zig Build
run-name: ${{ github.actor }} building AWS Zig SDK
on: [push]
on:
push:
branches:
- '*'
- '!zig-develop*'
env:
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/