Skip to content

Commit

Permalink
gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
happyhackerbird committed Apr 15, 2024
1 parent 6fbcef1 commit a9cd742
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀

on:
push:
branches: [ $default-branch ]
branches: [ "main" ]
pull_request:
branches: [ $default-branch ]
branches: [ "main" ]


env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit a9cd742

Please sign in to comment.