Skip to content

Commit

Permalink
Change CI branch triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Dec 16, 2024
1 parent 27494fc commit 2429262
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Test

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

permissions:
contents: read
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Test

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

permissions:
contents: read
Expand Down

0 comments on commit 2429262

Please sign in to comment.