Skip to content

Commit

Permalink
fix(workflow): precise branches
Browse files Browse the repository at this point in the history
Prevent double action triggers.
  • Loading branch information
luckasRanarison committed Aug 1, 2024
1 parent 7f1dda9 commit 05c1f15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Lint

on:
push:
branches:
- master
pull_request:
branches:
- "master"
- master

jobs:
luacheck:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Test

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit 05c1f15

Please sign in to comment.