Skip to content

Commit

Permalink
chore(cicd): move to reusable workflows on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Feb 6, 2025
1 parent 1ea5bdf commit 360574d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ on:
push:
branches:
- master
- main
- releases/*
tags:
- v*

pull_request:
branches:
- master
- main
- releases/*

workflow_dispatch:
inputs:
Expand Down

0 comments on commit 360574d

Please sign in to comment.