Skip to content

Commit

Permalink
Enable CI on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kingofpayne committed Jan 25, 2024
1 parent d89a6ed commit 418df5f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
name: Continuous Integration

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
on: push

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 418df5f

Please sign in to comment.