Skip to content

Commit

Permalink
Disable unnecessary actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolai-laevskii committed May 9, 2023
1 parent 6bde661 commit f44c915
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build

on:
pull_request:
push:
branches:
- master

concurrency:
group: ci-build-${{ github.ref }}-1
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Check spelling
on: [pull_request]
on:
push:
branches:
- master
jobs:
misspell:
name: Check spelling
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: "Test"

on:
pull_request:
push:
branches:
- master

concurrency:
group: ci-tests-${{ github.ref }}-1
Expand Down

0 comments on commit f44c915

Please sign in to comment.