8000 Update GitHub Actions by hugovk · Pull Request #433 · python/core-workflow · GitHub
[go: up one dir, main page]

Skip to content

Update GitHub Actions #433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Allow testing feature branches, and add button to trigger manual builds
  • Loading branch information
hugovk committed Mar 26, 2022
commit f309cc6d5de14e03211a57b68de557764aad6412
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Tests

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

jobs:
build_ubuntu:
Expand Down
0