Skip to content

Commit

Permalink
Merge pull request #1334 from open-ideas/issue1333_triggerActionsOnMa…
Browse files Browse the repository at this point in the history
…ster

Issue1333 trigger actions on pushes to master.
  • Loading branch information
javiarrobas authored Oct 18, 2023
2 parents cea9b55 + b3128d7 commit 1211ea7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI of IDEAS using GitHub Actions
on: [pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: self-hosted
Expand Down

0 comments on commit 1211ea7

Please sign in to comment.