Skip to content

Commit

Permalink
chore(ci): better specify how to trigger Github Actions (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenSorriaux committed Nov 29, 2021
1 parent 234dd78 commit 1ea097d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Kazoo Awesome Release

on: [push]
on:
push:
tags:
- '*'

jobs:
build-and-release:
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Kazoo Awesome Testing

on: [push]
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*

jobs:
test:
Expand Down

0 comments on commit 1ea097d

Please sign in to comment.