Skip to content

Commit

Permalink
fix workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Dec 9, 2020
1 parent 5132c12 commit c72b094
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Python Lint

on: [push]
on: [push, pull_request]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-32bit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Python Test 32 bit

on: [push]
on: [push, pull_request]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-alpine.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Python Test Alpine

on: [push]
on: [push, pull_request]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Python Tests

on: [push]
on: [push, pull_request]

jobs:
test:
Expand Down

0 comments on commit c72b094

Please sign in to comment.