Skip to content

Commit

Permalink
Activate CI on every push only
Browse files Browse the repository at this point in the history
  • Loading branch information
renn0xtek9 committed May 8, 2024
1 parent 98fffc5 commit 9a99253
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Continuous Integration
run-name: ${{ github.actor }} submitting PR for ${{ github.head_ref }}
on: [push, pull_request]
on: [push]
jobs:
build-devcontainer:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_2204_build_pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Native Ubuntu 22.04 pipeline

on: [push,pull_request]
on: [push]

jobs:
ubuntu_22_native_test_pipeline:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_2204_documentation_pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Native Ubuntu 22.04 pipeline

on: [push,pull_request]
on: [push]

jobs:
ubuntu_22_native_test_pipeline:
Expand Down

0 comments on commit 9a99253

Please sign in to comment.