1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

#1248: Run workflows on push and pull_request

This commit is contained in:
Pablo Santiago Blum de Aguiar 2023-07-10 14:20:40 +02:00
parent b79e104df8
commit b03e0913d3

View File

@ -1,11 +1,6 @@
name: Tests
on:
push:
branches: master]
pull_request:
branches: [master]
types: [opened, reopened]
on: [push, pull_request]
env:
PYTHON_LATEST: "3.11"