Skip to content

Commit

Permalink
Fix build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Feb 17, 2021
1 parent f32beb4 commit 31f3258
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: 'Continuous Integration'

on:
create:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- "*.x"
tags:
- "**"

name: "Continuous Integration"

jobs:
coding-standards:
name: "Coding Standards"
Expand Down

0 comments on commit 31f3258

Please sign in to comment.