Skip to content

Commit

Permalink
CI: Update workflow to run on any push and PR
Browse files Browse the repository at this point in the history
Previously, the CI pipeline was only run on pushes
to a specific branch.
That branch does not exist anymore.
Rather it makes more sense to run the CI on any
push to the repository, as well as on any Pull
Request.
  • Loading branch information
s-heppner committed Jul 11, 2024
1 parent 17812f4 commit 60608a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: test

on:
push:
branches:
- wip/testing
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 60608a7

Please sign in to comment.