Skip to content

Commit

Permalink
...We use master and not main
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Sep 30, 2023
1 parent 794a0ca commit 0a70205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/luau-lint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Luau Linting
on:
push:
branches: 'main'
branches: "master"
pull_request:
branches: "master"
paths: ["*.lua", "*.luau"]
jobs:
Lint:
Expand Down

0 comments on commit 0a70205

Please sign in to comment.