Skip to content

Commit

Permalink
Merge 51d2c5e into 248a5b8
Browse files Browse the repository at this point in the history
  • Loading branch information
cabiamdos committed Mar 29, 2024
2 parents 248a5b8 + 51d2c5e commit bd6eb8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Actions Workflow

on:
push:
pull_request:
branches:
- main
- 'featuer/*' # maches featuer/featA, featuer/featB
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Container
on: push
on: pull_request

jobs:
docker-steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/context.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Context testing
on: [push, pull_request]
# on: [push, pull_request]
on: pull_request

jobs:
functions:
Expand Down

0 comments on commit bd6eb8e

Please sign in to comment.