Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Jan 7, 2024
1 parent ecd77d7 commit ed1c9e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/sfu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: sfu

on:
push:
branches: master
branches: [ master ]
pull_request:
branches: master
branches: [ master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit ed1c9e7

Please sign in to comment.