Skip to content

Commit

Permalink
Merge pull request #4 from NaokiTsuchiya/fix-actions
Browse files Browse the repository at this point in the history
Fix actions
  • Loading branch information
NaokiTsuchiya authored Nov 28, 2021
2 parents da1a18e + 00c80e9 commit 5b0f9c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Coding Standards

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Continuous Integration

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Static Analysis

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 5b0f9c6

Please sign in to comment.