Skip to content

Commit

Permalink
Run GitHub workflow check.yml only on branches
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Mar 15, 2024
1 parent 1aecf6b commit 80ab418
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI Check

on: push
on:
push:
branches: [ "**" ]

jobs:
check:
Expand Down

0 comments on commit 80ab418

Please sign in to comment.