Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
changed CI trigger to: either PR or push
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Feb 15, 2023
1 parent a944c03 commit 076e22e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: pre-commit

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

jobs:
pre-commit:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_pytx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Test Pytx

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

jobs:
test:
Expand Down

0 comments on commit 076e22e

Please sign in to comment.