Browse Source

fix: small ci change

my-config
NTBBloodbath 3 years ago
parent
commit
0a40561295
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 2
      .github/workflows/format.yml

2
.github/workflows/format.yml

@ -2,7 +2,7 @@ name: format
on:
push:
paths: '**.lua'
paths: ['**.lua']
branches: [main, develop]
jobs:

Loading…
Cancel
Save