Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check source code compatibility #103

Merged
merged 4 commits into from
Oct 26, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ci trigger condition
  • Loading branch information
kateinoigakukun committed Oct 26, 2020
commit 432650b62af9671e06444902408a855214882ad7
5 changes: 4 additions & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Check compatibility
on: [push, pull_request]
on:
pull_request:
push:
branches: [master]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should refer to main

jobs:
test:
name: Check source code compatibility
Expand Down