Skip to content

Commit

Permalink
CI action should run on operations on branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
dezoito committed May 18, 2024
1 parent 9ee21cd commit cd23ad5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 108 deletions.
105 changes: 0 additions & 105 deletions .github/workflows/publish.yml.manual

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Rust CI
on:
push:
branches:
- ci
- main
pull_request:
branches:
- ci
- main

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
// Ignore @tailwind warnings
"css.lint.unknownAtRules": "ignore",
"editor.fontSize": 14,
"editor.fontFamily": "'JetBrains Mono medium', 'fira code', 'hack'",
}

0 comments on commit cd23ad5

Please sign in to comment.