Skip to content

Commit

Permalink
[enh] proper branch
Browse files Browse the repository at this point in the history
  • Loading branch information
loispostula committed Jan 20, 2023
1 parent fda7289 commit 41d3066
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Rust - Continuous Integration

on:
push:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

jobs:
Expand All @@ -16,4 +16,5 @@ jobs:
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
private-registry-private-key: ${{ secrets.CARGO_PRIVATE_REGISTRY_SSH_PRIVATE_KEY }}
private-registry-token: ${{ secrets.CARGO_PRIVATE_REGISTRY_TOKEN }}
private-registry-token: ${{ secrets.CARGO_PRIVATE_REGISTRY_TOKEN }}
discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit 41d3066

Please sign in to comment.