mirror of
https://github.com/Lakr233/GitLab-License-Generator.git
synced 2026-01-30 03:45:36 +02:00
21 lines
334 B
YAML
21 lines
334 B
YAML
name: Ruby Gem
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches: [ "main" ]
|
|
pull_request:
|
|
branches: [ "main" ]
|
|
schedule:
|
|
- cron: "0 1 * * *"
|
|
|
|
jobs:
|
|
rebuild:
|
|
runs-on: macos-latest
|
|
steps:
|
|
- name: Checkout Source Code
|
|
uses: actions/checkout@v4.1.1
|
|
- name: Build
|
|
run: |
|
|
./make.sh
|