mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Merge branch 'post-01' into post-02
This commit is contained in:
11
.github/workflows/build-code.yml
vendored
11
.github/workflows/build-code.yml
vendored
@@ -2,6 +2,17 @@ name: Build Code
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- '!staging.tmp'
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '40 3 * * *' # every day at 3:40
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: "Test"
|
||||
|
||||
Reference in New Issue
Block a user