Skip to content

Commit

Permalink
_tweak: actions trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubugeeei committed Jan 8, 2024
1 parent d5f904b commit fc52020
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Check packages
name: ci

on: push
on:
push:
branches:
- '**'
pull_request:
branches:
- main

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
build:
Expand Down

0 comments on commit fc52020

Please sign in to comment.