Skip to content

Commit

Permalink
Testing github actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
pocc committed Sep 7, 2021
1 parent 8a67133 commit 3370202
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gh_actions_macos.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: pre-commit-hooks testing
on:
push:
branches:
- main
on: [push]
jobs:
build:
runs-on: [macos-latest]
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/gh_actions_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: pre-commit-hooks testing
on:
push:
branches:
- main
on: [push]
jobs:
build:
runs-on: [ubuntu-latest]
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/gh_actions_windows.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: pre-commit-hooks testing
on:
push:
branches:
- main
on: [push]
jobs:
build:
runs-on: [windows-latest]
Expand Down

0 comments on commit 3370202

Please sign in to comment.