Skip to content

Commit

Permalink
ajust action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
PiluVitu committed Apr 22, 2024
1 parent 0b00cf8 commit cac53b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Node.js CI

on:
push:
branches: ['master', 'develop']
pull_request:
branches: ['master', 'develop']
push:
branches:
- main
pull_request:
branches:
- main


jobs:
build:
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Code Style

on:
pull_request:
branches: ['master']
push:
branches:
- main
pull_request:
branches:
- main


jobs:
code-style:
Expand Down

0 comments on commit cac53b4

Please sign in to comment.