Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
ci: update build action (#4)
Browse files Browse the repository at this point in the history
this will run regardless of branch on push and PR

Signed-off-by: César Román <thecesrom@gmail.com>
  • Loading branch information
cesarcoatl committed Mar 17, 2022
1 parent 61891b1 commit d3dff81
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
name: ci

on:
push:
branches:
- main
paths:
- '**.py'
- .github/workflows/ci.yml
pull_request:
paths:
- '**.py'
- .github/workflows/ci.yml
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit d3dff81

Please sign in to comment.