Skip to content
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
Next Next commit
Execute CI GitHub action on all pushes
  • Loading branch information
eriwen committed Feb 13, 2022
commit 2403149a7be944ed33a7c8b6e0d5767b3a44a997
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Continuous Integration
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
on: [push]

jobs:
tests:
Expand Down