Skip to content

Commit

Permalink
Change triggering conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Feb 6, 2024
1 parent e685664 commit 59147c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build package

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

jobs:
test:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test package

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

jobs:
test:
Expand Down

0 comments on commit 59147c2

Please sign in to comment.