Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
ci(actions): run main workflow on pushes to any branches
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkygames123 committed Mar 15, 2023
1 parent 8f4bc50 commit 78c82fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: CI

on:
push:
branches: [main]
branches:
- '**'

permissions: write-all

Expand Down

0 comments on commit 78c82fe

Please sign in to comment.