fix: update workflow condition to allow stable branch for docker job #237
This file contains 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
name: Rust | |
on: | |
push: | |
pull_request: | |
jobs: | |
rust: | |
permissions: | |
security-events: write | |
uses: FyraLabs/actions/.github/workflows/rust.yml@main |