Skip to content

Commit

Permalink
use master as default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Nov 12, 2024
1 parent ed8a273 commit ff95f6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: 'Test'
on:
pull_request:
branches: [ $default-branch ]
branches: [ "master" ]
push:
branches: [ "master" ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
CARGO_TERM_COLOR: always

jobs:

integration-tests:
Expand Down

0 comments on commit ff95f6a

Please sign in to comment.