Skip to content

Commit

Permalink
change trigger for CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mafo5 committed Sep 16, 2023
1 parent 8efbc06 commit 2507028
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Node CI

on: [push]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
Expand Down

0 comments on commit 2507028

Please sign in to comment.