Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vardominator committed Sep 19, 2023
1 parent 78126a6 commit 75bf06b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: CI

on:
push:
branches:
- "**"
branches: ["main"]
pull_request:
branches:
- "**"
branches: ["main"]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Release

on:
push:
tags:
Expand Down

0 comments on commit 75bf06b

Please sign in to comment.