Skip to content

Commit

Permalink
Fix GitHub Actions branch name
Browse files Browse the repository at this point in the history
I literally copied this from a GitHub repo... wtf.
  • Loading branch information
strugee committed Oct 13, 2024
1 parent be1b3b5 commit f28e8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish encrypted laptop configuration data

on:
push:
branches: [$default-branch]
branches: ['main']
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down

0 comments on commit f28e8ba

Please sign in to comment.