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 d4597f5 commit a2a583a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/continuous-integration.yml
@@ -1,16 +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 a2a583a

Please sign in to comment.