Skip to content

Commit

Permalink
🎄 release 1.2.1 - crates update
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardcl committed Dec 1, 2023
1 parent 6c22a64 commit c27f2f2
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 458 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/ci.yaml → .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
name: Continuous integration
name: CICD

on: [push, pull_request]
on:
push:
branches:
- 'main'
tags:
- '*'
pull_request:
branches: [ 'main' ]
workflow_dispatch:

permissions:
contents: read

jobs:
check:
Expand Down
Loading

0 comments on commit c27f2f2

Please sign in to comment.