Thank you for your interest in contributing to auth! This document provides guidelines and instructions for setting up your development environment and contributing to the project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .github/workflows/notify-personal.yml | |
name: Notify personal repo on push | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
trigger: |