kevinthedang / discord-ollama

Discord Bot that utilizes Ollama to interact with any Large Language Models to talk with users and allow them to host/create their own models.
Creative Commons Attribution 4.0 International
72 stars 7 forks source link

Update CONTRIBUTING.md and Branch CI for useful tagging #117

Open kevinthedang opened 5 days ago

kevinthedang commented 5 days ago

Issue

Solution

References

Sample for CI:

on:
  pull_request:
    # Sequence of patterns matched against refs/heads
    branches:
      - main
      - 'feature/**'
      - 'releases/**'
kevinthedang commented 5 days ago

Sample referenced from:

https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/triggering-a-workflow#using-filters

JT2M0L3Y commented 5 days ago

This is a good idea. I've tried to do this in the past, but it's felt out of place.