Skip to content

Commit

Permalink
Modified Github actions config to start for all branches on push or p…
Browse files Browse the repository at this point in the history
…ull requsts
  • Loading branch information
federicoiosue committed Dec 16, 2020
1 parent a1a7710 commit 9d13265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: "CodeQL"

on:
push:
branches: [develop]
pull_request:
# The branches below must be a subset of the branches above
branches: [develop]
on: [push, pull_request]
schedule:
- cron: '0 21 * * 5'

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: CI
on:
push:
branches: [ develop ]
on: [push, pull_request]
jobs:
build-and-test:
name: Build and run tests
Expand Down

0 comments on commit 9d13265

Please sign in to comment.