mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Github Actions: Don't build staging.tmp branch
This commit is contained in:
9
.github/workflows/build-code.yml
vendored
9
.github/workflows/build-code.yml
vendored
@@ -2,6 +2,15 @@ name: Build Code
|
|||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
- '!staging.tmp'
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: "Test"
|
name: "Test"
|
||||||
|
|||||||
Reference in New Issue
Block a user