diff --git a/.gitea/workflows/publish-fixturenet-eth-images.yml b/.gitea/workflows/publish-fixturenet-eth-images.yml index aa410b8..11da348 100644 --- a/.gitea/workflows/publish-fixturenet-eth-images.yml +++ b/.gitea/workflows/publish-fixturenet-eth-images.yml @@ -3,6 +3,10 @@ name: Publish Ethereum Fixturenet Stack Container Images on: push: branches: 'main' + paths: + - '!**' + - '.gitea/workflows/triggers/publish-fixturenet-eth-images' + - '.gitea/workflows/publish-fixturenet-eth-images.yml' jobs: publish: diff --git a/.gitea/workflows/triggers/publish-fixturenet-eth-images b/.gitea/workflows/triggers/publish-fixturenet-eth-images new file mode 100644 index 0000000..51b6c8a --- /dev/null +++ b/.gitea/workflows/triggers/publish-fixturenet-eth-images @@ -0,0 +1 @@ +# Change this file to trigger the job publish-fixturenet-eth-images.yml