Skip to content

Commit

Permalink
ci: accept all pushes and pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
SrGaabriel authored Sep 5, 2024
1 parent 663df20 commit a4de2e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Gwydion CI/CD

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit a4de2e9

Please sign in to comment.