Skip to content

Commit

Permalink
removes mac branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Jan 6, 2025
1 parent 06a6a21 commit fc570ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Linux - Read secrets from vault
on:
push:
branches: [ main, mac]
branches: [ main ]
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-mac.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: MAC - Read secrets from vault
on:
push:
branches: [ main, mac ]
branches: [ main ]
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit fc570ba

Please sign in to comment.