Skip to content

Commit

Permalink
Only trigger actions on master pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed Mar 29, 2023
1 parent b2f83ab commit 13d5d77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
name: Cache

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

jobs:
test:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
name: Test

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

jobs:
test:
Expand Down

0 comments on commit 13d5d77

Please sign in to comment.