exclude zig-develop* branches from main build CI
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 4m46s
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 4m46s
This commit is contained in:
parent
a5929c2d5e
commit
fcf456137f
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue
Block a user