Skip to content

Commit

Permalink
Make CI run in every branch without MR
Browse files Browse the repository at this point in the history
It is necessary to check the functionality of the code without having
to create MR.
  • Loading branch information
xorcare committed Aug 7, 2023
1 parent a4ae5e9 commit 0207956
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Continuous Integration

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
Expand Down

0 comments on commit 0207956

Please sign in to comment.