Skip to content

Commit

Permalink
Continuous-integration.yml: let workflow run on each push event (#719)
Browse files Browse the repository at this point in the history
* continuous-integration.yml: let workflow run on each push event

without the change it would only run when pushed to master-branch

* continuous-integration.yml: Simplified on-part
  • Loading branch information
k00ni authored Jun 5, 2024
1 parent bd8abee commit a3e213d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: "CI"

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

env:
fail-fast: true
Expand Down

0 comments on commit a3e213d

Please sign in to comment.