Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
CI: Update workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Sep 21, 2023
1 parent 16257f1 commit fce36f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI checks

on: push
on:
push:
branches: [main]
pull_request:
branches:
- "**"

jobs:
test:
Expand Down

0 comments on commit fce36f7

Please sign in to comment.